From 3019c9ab9ab1e59a5ab76c7d63e5c33f738c7c16 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Mon, 30 Sep 2024 12:10:51 +0200 Subject: [PATCH 1/2] add PayNuQ test spec and icon --- client/test-data/paynuq.json | 32 ++++++++++++++++++++++ client/test-data/paynuq/community_icon.svg | 1 + 2 files changed, 33 insertions(+) create mode 100644 client/test-data/paynuq.json create mode 100644 client/test-data/paynuq/community_icon.svg diff --git a/client/test-data/paynuq.json b/client/test-data/paynuq.json new file mode 100644 index 00000000..c6f3424b --- /dev/null +++ b/client/test-data/paynuq.json @@ -0,0 +1,32 @@ +{ + "type": "FeatureCollection", + "community": { + "meta": { + "name": "PAYNUQ", + "symbol": "PNQ", + "assets": "QmSpwTDiKbRVqHaV2LvaUVkwZkkuF8w1BjTjwXD9PEzHnd" + }, + "bootstrappers": [ + "HTvN9bSsAeWCpLNojCXwARNn4EznM6jMk96uwyDttsqMM2S", + "F84knPZ9DJFFDb6Kw7cWduprZhfLQsyJzWrSAVuYfGiWFQC", + "Czw16WsyX322MaJhUDab5QzTuHbJK2AdTW3zgp2neqt8k9d" + "EhcZu7emtX2qTQHb1thFJTdrw45eXidSFZP9YPxvUC6YUTU" + "JKS7Kcwox9FugRuQXmfKHs5uSSRfNanG2Qh9UaLiWAkv1Pf" + ], + "demurrage_halving_blocks": 10512000, + "ceremony_income": 10000 + }, + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 7.682565, + 11.079905 + ] + }, + "properties": {} + } + ] +} diff --git a/client/test-data/paynuq/community_icon.svg b/client/test-data/paynuq/community_icon.svg new file mode 100644 index 00000000..9a5cfd21 --- /dev/null +++ b/client/test-data/paynuq/community_icon.svg @@ -0,0 +1 @@ + \ No newline at end of file From 7d2fa0b5722ed36dfabe0288c837b76b8512f776 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Thu, 10 Oct 2024 09:35:34 +0200 Subject: [PATCH 2/2] fix specfile --- client/test-data/paynuq.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/client/test-data/paynuq.json b/client/test-data/paynuq.json index c6f3424b..4da4327c 100644 --- a/client/test-data/paynuq.json +++ b/client/test-data/paynuq.json @@ -4,13 +4,16 @@ "meta": { "name": "PAYNUQ", "symbol": "PNQ", - "assets": "QmSpwTDiKbRVqHaV2LvaUVkwZkkuF8w1BjTjwXD9PEzHnd" + "assets": "QmSpwTDiKbRVqHaV2LvaUVkwZkkuF8w1BjTjwXD9PEzHnd", + "url": "", + "announcementSigner": null, + "rules": "loCoFlex" }, "bootstrappers": [ "HTvN9bSsAeWCpLNojCXwARNn4EznM6jMk96uwyDttsqMM2S", "F84knPZ9DJFFDb6Kw7cWduprZhfLQsyJzWrSAVuYfGiWFQC", - "Czw16WsyX322MaJhUDab5QzTuHbJK2AdTW3zgp2neqt8k9d" - "EhcZu7emtX2qTQHb1thFJTdrw45eXidSFZP9YPxvUC6YUTU" + "Czw16WsyX322MaJhUDab5QzTuHbJK2AdTW3zgp2neqt8k9d", + "EhcZu7emtX2qTQHb1thFJTdrw45eXidSFZP9YPxvUC6YUTU", "JKS7Kcwox9FugRuQXmfKHs5uSSRfNanG2Qh9UaLiWAkv1Pf" ], "demurrage_halving_blocks": 10512000,