From 03c4f1fc8f9c7f89cd0bdd1bac981f54a5925bef Mon Sep 17 00:00:00 2001 From: brenzi Date: Thu, 10 Oct 2024 09:36:19 +0200 Subject: [PATCH 1/2] add PayNuQ Zaria, Nigeria test spec and icon (#379) * add PayNuQ test spec and icon * fix specfile --- client/test-data/paynuq.json | 35 ++++++++++++++++++++++ client/test-data/paynuq/community_icon.svg | 1 + 2 files changed, 36 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..4da4327c --- /dev/null +++ b/client/test-data/paynuq.json @@ -0,0 +1,35 @@ +{ + "type": "FeatureCollection", + "community": { + "meta": { + "name": "PAYNUQ", + "symbol": "PNQ", + "assets": "QmSpwTDiKbRVqHaV2LvaUVkwZkkuF8w1BjTjwXD9PEzHnd", + "url": "", + "announcementSigner": null, + "rules": "loCoFlex" + }, + "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 cdaa7c84d5e8ccb84dab234a766d9710d6040358 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Mon, 14 Oct 2024 15:01:41 +0200 Subject: [PATCH 2/2] hot fix paynuq logo ipfs cid --- client/test-data/paynuq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/test-data/paynuq.json b/client/test-data/paynuq.json index 4da4327c..80a39ca6 100644 --- a/client/test-data/paynuq.json +++ b/client/test-data/paynuq.json @@ -4,7 +4,7 @@ "meta": { "name": "PAYNUQ", "symbol": "PNQ", - "assets": "QmSpwTDiKbRVqHaV2LvaUVkwZkkuF8w1BjTjwXD9PEzHnd", + "assets": "QmXNXao6sH1EhutHRKRveuU5hayuX6fiSpGbm8T14tdf4a", "url": "", "announcementSigner": null, "rules": "loCoFlex"