From 76f1b43e93d77b7c59f5aab4e2f9b9e4974e113c Mon Sep 17 00:00:00 2001 From: Alexander Alshanikov <141716429+AlexanderAlshanikov@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:20:25 +0300 Subject: [PATCH 1/7] feat: coinweb integration --- _data/chains/eip155-2222222.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-2222222.json diff --git a/_data/chains/eip155-2222222.json b/_data/chains/eip155-2222222.json new file mode 100644 index 000000000000..1b7f96ce324b --- /dev/null +++ b/_data/chains/eip155-2222222.json @@ -0,0 +1,25 @@ +{ + "name": "Coinweb", + "title": "Coinweb BNB", + "chain": "CWEB", + "icon": "coinwebicon", + "rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], + "faucets": [], + "nativeCurrency": { + "name": "CWEB", + "symbol": "CWEB", + "decimals": 18 + }, + "infoURL": "https://coinweb.io/", + "shortName": "cweb", + "chainId": 2222222, + "networkId": 2222222, + "slip44": 1, + "explorers": [ + { + "name": "Coinweb block explorer", + "url": "https://explorer.coinweb.io/", + "standard": "none" + } + ] +} From 59ada72c0dd1be11363a145420c69ab0e27669a4 Mon Sep 17 00:00:00 2001 From: Alexander Alshanikov <141716429+AlexanderAlshanikov@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:52:52 +0300 Subject: [PATCH 2/7] chore: formating --- _data/chains/eip155-2222222.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-2222222.json b/_data/chains/eip155-2222222.json index 1b7f96ce324b..4b5ad3cb01f3 100644 --- a/_data/chains/eip155-2222222.json +++ b/_data/chains/eip155-2222222.json @@ -2,8 +2,9 @@ "name": "Coinweb", "title": "Coinweb BNB", "chain": "CWEB", - "icon": "coinwebicon", - "rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], + "rpc": [ + "https://api-cloud.coinweb.io/eth-rpc-service/bnb" + ], "faucets": [], "nativeCurrency": { "name": "CWEB", @@ -22,4 +23,4 @@ "standard": "none" } ] -} +} \ No newline at end of file From 75a76d5219882742aeb96dd8cdf6e3cf236ac602 Mon Sep 17 00:00:00 2001 From: Alexander Alshanikov <141716429+AlexanderAlshanikov@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:57:02 +0300 Subject: [PATCH 3/7] chore: formating --- _data/chains/eip155-2222222.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_data/chains/eip155-2222222.json b/_data/chains/eip155-2222222.json index 4b5ad3cb01f3..ce325979806b 100644 --- a/_data/chains/eip155-2222222.json +++ b/_data/chains/eip155-2222222.json @@ -2,9 +2,7 @@ "name": "Coinweb", "title": "Coinweb BNB", "chain": "CWEB", - "rpc": [ - "https://api-cloud.coinweb.io/eth-rpc-service/bnb" - ], + "rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], "faucets": [], "nativeCurrency": { "name": "CWEB", From 41cabfdf823955652ec557921d4392ca5cd962c7 Mon Sep 17 00:00:00 2001 From: Alexander Alshanikov <141716429+AlexanderAlshanikov@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:07:49 +0300 Subject: [PATCH 4/7] chore: formating --- _data/chains/eip155-2222222.json | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/_data/chains/eip155-2222222.json b/_data/chains/eip155-2222222.json index ce325979806b..23d2c60f2a8d 100644 --- a/_data/chains/eip155-2222222.json +++ b/_data/chains/eip155-2222222.json @@ -1,24 +1,24 @@ -{ - "name": "Coinweb", - "title": "Coinweb BNB", - "chain": "CWEB", - "rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], - "faucets": [], - "nativeCurrency": { - "name": "CWEB", - "symbol": "CWEB", - "decimals": 18 - }, - "infoURL": "https://coinweb.io/", - "shortName": "cweb", - "chainId": 2222222, - "networkId": 2222222, - "slip44": 1, - "explorers": [ - { - "name": "Coinweb block explorer", - "url": "https://explorer.coinweb.io/", - "standard": "none" - } - ] -} \ No newline at end of file +{ + "name": "Coinweb", + "title": "Coinweb BNB", + "chain": "CWEB", + "rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], + "faucets": [], + "nativeCurrency": { + "name": "CWEB", + "symbol": "CWEB", + "decimals": 18 + }, + "infoURL": "https://coinweb.io/", + "shortName": "cweb", + "chainId": 2222222, + "networkId": 2222222, + "slip44": 1, + "explorers": [ + { + "name": "Coinweb block explorer", + "url": "https://explorer.coinweb.io/", + "standard": "none" + } + ] +} From 99f4db8bc70e78795744047bc3c44cf2c13599ce Mon Sep 17 00:00:00 2001 From: Alexander Alshanikov <141716429+AlexanderAlshanikov@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:10:40 +0300 Subject: [PATCH 5/7] fix: slashes --- _data/chains/eip155-2222222.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-2222222.json b/_data/chains/eip155-2222222.json index 23d2c60f2a8d..5201789b645b 100644 --- a/_data/chains/eip155-2222222.json +++ b/_data/chains/eip155-2222222.json @@ -9,7 +9,7 @@ "symbol": "CWEB", "decimals": 18 }, - "infoURL": "https://coinweb.io/", + "infoURL": "https://coinweb.io", "shortName": "cweb", "chainId": 2222222, "networkId": 2222222, @@ -17,7 +17,7 @@ "explorers": [ { "name": "Coinweb block explorer", - "url": "https://explorer.coinweb.io/", + "url": "https://explorer.coinweb.io", "standard": "none" } ] From 51e6e3cb40c2eef4c074445e24f63e00d3d9298b Mon Sep 17 00:00:00 2001 From: Alexander Alshanikov <141716429+AlexanderAlshanikov@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:04:25 +0300 Subject: [PATCH 6/7] fix: title and name --- _data/chains/eip155-2222222.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-2222222.json b/_data/chains/eip155-2222222.json index 5201789b645b..c6dcfbb5a84e 100644 --- a/_data/chains/eip155-2222222.json +++ b/_data/chains/eip155-2222222.json @@ -1,6 +1,6 @@ { - "name": "Coinweb", - "title": "Coinweb BNB", + "name": "Coinweb BNB shard", + "title": "Coinweb BNB shard", "chain": "CWEB", "rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], "faucets": [], From 81f360af74c6ba64e2978c16c89c1d0e121e73e7 Mon Sep 17 00:00:00 2001 From: Alexander Alshanikov <141716429+AlexanderAlshanikov@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:10:45 +0300 Subject: [PATCH 7/7] fix: chain and short names --- _data/chains/eip155-2222222.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-2222222.json b/_data/chains/eip155-2222222.json index c6dcfbb5a84e..d08836f1bd14 100644 --- a/_data/chains/eip155-2222222.json +++ b/_data/chains/eip155-2222222.json @@ -1,7 +1,7 @@ { "name": "Coinweb BNB shard", "title": "Coinweb BNB shard", - "chain": "CWEB", + "chain": "CWEB BNB", "rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], "faucets": [], "nativeCurrency": { @@ -10,7 +10,7 @@ "decimals": 18 }, "infoURL": "https://coinweb.io", - "shortName": "cweb", + "shortName": "cweb-bnb", "chainId": 2222222, "networkId": 2222222, "slip44": 1,