From af79eb7387b2a4f747bf31cb318d4f1db43c4d84 Mon Sep 17 00:00:00 2001 From: "M.Bo" Date: Thu, 24 Mar 2022 21:09:12 +0200 Subject: [PATCH 01/45] Add godwoken testnet v1 chain (#1001) --- _data/chains/eip155-868455272153094.json | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-868455272153094.json diff --git a/_data/chains/eip155-868455272153094.json b/_data/chains/eip155-868455272153094.json new file mode 100644 index 00000000..abf593e3 --- /dev/null +++ b/_data/chains/eip155-868455272153094.json @@ -0,0 +1,26 @@ +{ + "name": "Godwoken Testnet (V1)", + "chain": "GWT", + "rpc": [ + "https://godwoken-testnet-web3-v1-rpc.ckbapp.dev" + ], + "faucets": [ + "https://homura.github.io/light-godwoken" + ], + "nativeCurrency": { + "name": "CKB", + "symbol": "CKB", + "decimals": 8 + }, + "infoURL": "https://www.nervos.org", + "shortName": "gw-testnet-v1", + "chainId": 868455272153094, + "networkId": 868455272153094, + "explorers": [ + { + "name": "GWScan Block Explorer", + "url": "https://v1.aggron.gwscan.com", + "standard": "none" + } + ] +} \ No newline at end of file From f8737a1e834ad7ef7cdaebaa89f4ff192260d50f Mon Sep 17 00:00:00 2001 From: "Mr. Faun" <95269940+MrFaun@users.noreply.github.com> Date: Sun, 27 Mar 2022 13:13:27 +0200 Subject: [PATCH 02/45] Add DFK Chain (#1002) * update dfk chain details * update shortname of DFK Test Co-authored-by: Mr. Faun --- _data/chains/eip155-335.json | 27 +++++++++++++++++++++++++++ _data/chains/eip155-53935.json | 27 +++++++++++++++++++++++++++ _data/icons/dfk.json | 10 ++++++++++ 3 files changed, 64 insertions(+) create mode 100644 _data/chains/eip155-335.json create mode 100644 _data/chains/eip155-53935.json create mode 100644 _data/icons/dfk.json diff --git a/_data/chains/eip155-335.json b/_data/chains/eip155-335.json new file mode 100644 index 00000000..70867040 --- /dev/null +++ b/_data/chains/eip155-335.json @@ -0,0 +1,27 @@ +{ + "name": "DFK Chain Test", + "chain": "DFK", + "icon": "dfk", + "network": "testnet", + "rpc": [ + "https://api-dfk.avax-test.network/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Jewel", + "symbol": "JEWEL", + "decimals": 18 + }, + "infoURL": "https://defikingdoms.com", + "shortName": "DFKTEST", + "chainId": 335, + "networkId": 335, + "explorers": [ + { + "name": "ethernal", + "url": "https://explorer-test.dfkchain.com", + "icon": "ethereum", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-53935.json b/_data/chains/eip155-53935.json new file mode 100644 index 00000000..b578f7c2 --- /dev/null +++ b/_data/chains/eip155-53935.json @@ -0,0 +1,27 @@ +{ + "name": "DFK Chain", + "chain": "DFK", + "icon": "dfk", + "network": "mainnet", + "rpc": [ + "https://api-dfk.avax.network/rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "Jewel", + "symbol": "JEWEL", + "decimals": 18 + }, + "infoURL": "https://defikingdoms.com", + "shortName": "DFK", + "chainId": 53935, + "networkId": 53935, + "explorers": [ + { + "name": "ethernal", + "url": "https://explorer.dfkchain.com", + "icon": "ethereum", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/icons/dfk.json b/_data/icons/dfk.json new file mode 100644 index 00000000..4b4646ed --- /dev/null +++ b/_data/icons/dfk.json @@ -0,0 +1,10 @@ + +[ + { + "url": "ipfs://QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ", + "width": 500, + "height": 500, + "format": "png" + } +] + \ No newline at end of file From eac94f59511362831558a2ce5d5dfa0b793ebcf1 Mon Sep 17 00:00:00 2001 From: toorls <88195437+toorls@users.noreply.github.com> Date: Sun, 27 Mar 2022 22:32:31 +0800 Subject: [PATCH 03/45] add BON Network (#999) * add BON Network * update rpc addr * update to https * update to https --- _data/chains/eip155-1898.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _data/chains/eip155-1898.json diff --git a/_data/chains/eip155-1898.json b/_data/chains/eip155-1898.json new file mode 100644 index 00000000..c4fe3ee1 --- /dev/null +++ b/_data/chains/eip155-1898.json @@ -0,0 +1,21 @@ +{ + "name": "BON Network", + "chain": "BON", + "network": "testnet", + "rpc": ["http://8.210.150.70:8545"], + "faucets": [], + "nativeCurrency": { + "name": "BOYACoin", + "symbol": "BOY", + "decimals": 18 + }, + "infoURL": "https://boyanet.org", + "shortName": "boya", + "chainId": 1898, + "networkId": 1, + "explorers": [{ + "name": "explorer", + "url": "https://explorer.boyanet.org:4001", + "standard": "EIP3091" + }] +} \ No newline at end of file From 18b592ec7e23f9d4c97f613471153382a697df53 Mon Sep 17 00:00:00 2001 From: sgladkov <70698087+sgladkov@users.noreply.github.com> Date: Tue, 29 Mar 2022 10:54:03 +0300 Subject: [PATCH 04/45] Add LACHAIN network (#1004) * Add LACHAIN * Fix testnet id * Fix testnet id * Fix testnet short name --- _data/chains/eip155-225.json | 23 +++++++++++++++++++++++ _data/chains/eip155-226.json | 23 +++++++++++++++++++++++ _data/icons/lachain.json | 8 ++++++++ 3 files changed, 54 insertions(+) create mode 100644 _data/chains/eip155-225.json create mode 100644 _data/chains/eip155-226.json create mode 100644 _data/icons/lachain.json diff --git a/_data/chains/eip155-225.json b/_data/chains/eip155-225.json new file mode 100644 index 00000000..ca9055df --- /dev/null +++ b/_data/chains/eip155-225.json @@ -0,0 +1,23 @@ +{ + "name": "LACHAIN Mainnet", + "chain": "LA", + "icon": "lachain", + "rpc": [ + "https://rpc-mainnet.lachain.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "LA", + "symbol": "LA", + "decimals": 18 + }, + "infoURL": "https://lachain.io", + "shortName": "LA", + "chainId": 225, + "networkId": 225, + "explorers": [{ + "name": "blockscout", + "url": "https://scan.lachain.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-226.json b/_data/chains/eip155-226.json new file mode 100644 index 00000000..215729d4 --- /dev/null +++ b/_data/chains/eip155-226.json @@ -0,0 +1,23 @@ +{ + "name": "LACHAIN Testnet", + "chain": "TLA", + "icon": "lachain", + "rpc": [ + "https://rpc-testnet.lachain.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "TLA", + "symbol": "TLA", + "decimals": 18 + }, + "infoURL": "https://lachain.io", + "shortName": "TLA", + "chainId": 226, + "networkId": 226, + "explorers": [{ + "name": "blockscout", + "url": "https://scan-test.lachain.io", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/lachain.json b/_data/icons/lachain.json new file mode 100644 index 00000000..68db3d41 --- /dev/null +++ b/_data/icons/lachain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ", + "width": 1280, + "height": 1280, + "format": "png" + } +] From 7b30f0a22bf63defccac2c752216bfc9c9982181 Mon Sep 17 00:00:00 2001 From: Nova Network Inc <95463062+nova-network-inc@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:40:06 +1300 Subject: [PATCH 05/45] Update RPCs (#1006) Update RPCs for Nova Network --- _data/chains/eip155-87.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-87.json b/_data/chains/eip155-87.json index 43790650..1d749258 100644 --- a/_data/chains/eip155-87.json +++ b/_data/chains/eip155-87.json @@ -3,8 +3,9 @@ "chain": "NNW", "icon": "novanetwork", "rpc": [ - "https://rpc.novanetwork.io:9070", - "http://nova.genyrpc.info:8545" + "https://connect.novanetwork.io", + "https://0x57.redjackstudio.com", + "https://rpc.novanetwork.io:9070" ], "faucets": [], "nativeCurrency": { From 427b0628145b86911ffe571bb1ced0ca883c48f5 Mon Sep 17 00:00:00 2001 From: Nova Network Inc <95463062+nova-network-inc@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:47:58 +1300 Subject: [PATCH 06/45] Update RPCs (#1007) Update RPCs for Nebula Testnet --- _data/chains/eip155-107.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_data/chains/eip155-107.json b/_data/chains/eip155-107.json index f41e8b7c..27c18f63 100644 --- a/_data/chains/eip155-107.json +++ b/_data/chains/eip155-107.json @@ -3,8 +3,7 @@ "chain": "NTN", "icon": "nebulatestnet", "rpc": [ - "https://testnet.rpc.novanetwork.io:9070", - "http://testnet.rpc.novanetwork.io:8545" + "https://testnet.rpc.novanetwork.io:9070" ], "faucets": [], "nativeCurrency": { From e4db4232aed5b0af90a55398eacd2ce7f6bcf788 Mon Sep 17 00:00:00 2001 From: Nick Plante Date: Wed, 30 Mar 2022 01:24:41 -0400 Subject: [PATCH 07/45] add milkomeda (#1005) * add milkomeda * fix logo --- _data/chains/eip155-2001.json | 26 ++++++++++++++++++++++++++ _data/chains/eip155-200101.json | 26 ++++++++++++++++++++++++++ _data/icons/milkomeda.json | 8 ++++++++ 3 files changed, 60 insertions(+) create mode 100644 _data/chains/eip155-2001.json create mode 100644 _data/chains/eip155-200101.json create mode 100644 _data/icons/milkomeda.json diff --git a/_data/chains/eip155-2001.json b/_data/chains/eip155-2001.json new file mode 100644 index 00000000..733f23bd --- /dev/null +++ b/_data/chains/eip155-2001.json @@ -0,0 +1,26 @@ +{ + "name": "Milkomeda Cardano (C1)", + "chain": "Milkomeda", + "icon": "milkomeda", + "network": "testnet", + "rpc": [ + "https://rpc-mainnet-cardano-evm.c1.milkomeda.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "milkADA", + "symbol": "milkADA", + "decimals": 18 + }, + "infoURL": "https://www.milkomeda.com/", + "shortName": "milkomeda-c1", + "chainId": 2001, + "networkId": 2001, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer-mainnet-cardano-evm.c1.milkomeda.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-200101.json b/_data/chains/eip155-200101.json new file mode 100644 index 00000000..15aa554f --- /dev/null +++ b/_data/chains/eip155-200101.json @@ -0,0 +1,26 @@ +{ + "name": "Milkomeda Cardano Testnet", + "chain": "Milkomeda", + "icon": "milkomeda", + "network": "mainnet", + "rpc": [ + "https://rpc-devnet-cardano-evm.c1.milkomeda.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "milkTADA", + "symbol": "milkTADA", + "decimals": 18 + }, + "infoURL": "https://www.milkomeda.com/", + "shortName": "milkomeda-c1-testnet", + "chainId": 200101, + "networkId": 200101, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer-devnet-cardano-evm.c1.milkomeda.com", + "standard": "none" + } + ] +} diff --git a/_data/icons/milkomeda.json b/_data/icons/milkomeda.json new file mode 100644 index 00000000..e047603c --- /dev/null +++ b/_data/icons/milkomeda.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYVjUi7W8vpTfqYEftwqwC5L4LJgW77Xu73T4BhTBeV5i", + "width": 250, + "height": 250, + "format": "png" + } +] From a4872a8f0aab73b60acb335fa0837eeab56aa6a5 Mon Sep 17 00:00:00 2001 From: "Mr. Faun" <95269940+MrFaun@users.noreply.github.com> Date: Tue, 29 Mar 2022 23:29:46 -0600 Subject: [PATCH 08/45] update dfk chain rpcs to new avax dns (#1020) Co-authored-by: Mr. Faun --- _data/chains/eip155-335.json | 2 +- _data/chains/eip155-53935.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-335.json b/_data/chains/eip155-335.json index 70867040..aea5f4b4 100644 --- a/_data/chains/eip155-335.json +++ b/_data/chains/eip155-335.json @@ -4,7 +4,7 @@ "icon": "dfk", "network": "testnet", "rpc": [ - "https://api-dfk.avax-test.network/rpc" + "https://subnets.avax.network/defi-kingdoms/dfk-chain-testnet/rpc" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-53935.json b/_data/chains/eip155-53935.json index b578f7c2..5b36e61e 100644 --- a/_data/chains/eip155-53935.json +++ b/_data/chains/eip155-53935.json @@ -4,7 +4,7 @@ "icon": "dfk", "network": "mainnet", "rpc": [ - "https://api-dfk.avax.network/rpc" + "https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc" ], "faucets": [], "nativeCurrency": { From 8c47983d5d9029d4f3989c8a14954e58d12abe27 Mon Sep 17 00:00:00 2001 From: Ha Do Manh <52105195+hadomanh@users.noreply.github.com> Date: Wed, 30 Mar 2022 12:32:27 +0700 Subject: [PATCH 09/45] Add Openpiece chain (#1021) * Add Openpiece chain * Remove trailing slashes * Update RPC --- _data/chains/eip155-141.json | 26 ++++++++++++++++++++++++++ _data/chains/eip155-54.json | 26 ++++++++++++++++++++++++++ _data/icons/openpiece.json | 8 ++++++++ 3 files changed, 60 insertions(+) create mode 100644 _data/chains/eip155-141.json create mode 100644 _data/chains/eip155-54.json create mode 100644 _data/icons/openpiece.json diff --git a/_data/chains/eip155-141.json b/_data/chains/eip155-141.json new file mode 100644 index 00000000..8767132a --- /dev/null +++ b/_data/chains/eip155-141.json @@ -0,0 +1,26 @@ +{ + "name": "Openpiece Testnet", + "chain": "OPENPIECE", + "icon": "openpiece", + "network": "testnet", + "rpc": [ + "https://testnet.openpiece.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "Belly", + "symbol": "BELLY", + "decimals": 18 + }, + "infoURL": "https://cryptopiece.online", + "shortName": "OPtest", + "chainId": 141, + "networkId": 141, + "explorers": [ + { + "name": "Belly Scan", + "url": "https://testnet.bellyscan.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-54.json b/_data/chains/eip155-54.json new file mode 100644 index 00000000..3ae973d4 --- /dev/null +++ b/_data/chains/eip155-54.json @@ -0,0 +1,26 @@ +{ + "name": "Openpiece Mainnet", + "chain": "OPENPIECE", + "icon": "openpiece", + "network": "mainnet", + "rpc": [ + "https://mainnet.openpiece.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "Belly", + "symbol": "BELLY", + "decimals": 18 + }, + "infoURL": "https://cryptopiece.online", + "shortName": "OP", + "chainId": 54, + "networkId": 54, + "explorers": [ + { + "name": "Belly Scan", + "url": "https://bellyscan.com", + "standard": "none" + } + ] +} diff --git a/_data/icons/openpiece.json b/_data/icons/openpiece.json new file mode 100644 index 00000000..0db62b46 --- /dev/null +++ b/_data/icons/openpiece.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVTahJkdSH3HPYsJMK2GmqfWZjLyxE7cXy1aHEnHU3vp2", + "width": 250, + "height": 250, + "format": "png" + } +] From ce56110b92234bc1035135e0784d11c8bafa50d6 Mon Sep 17 00:00:00 2001 From: Defido Coin <95591037+defido@users.noreply.github.com> Date: Wed, 30 Mar 2022 18:58:46 +1000 Subject: [PATCH 10/45] Create autobahn.json (#1019) * Create autobahn.json add IPFS logo for autobahn * Update autobahn.json https://cloudflare-ipfs.com/ipfs/QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s?__cf_chl_tk=rAq2wDZVv39pXT3K9kfFfmeOP5AMGe18yvErqx5TwO8-1648619770-0-gaNycGzNCBE * Update autobahn.json fix size issue * Update autobahn.json --- _data/icons/autobahn.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _data/icons/autobahn.json diff --git a/_data/icons/autobahn.json b/_data/icons/autobahn.json new file mode 100644 index 00000000..4c75e138 --- /dev/null +++ b/_data/icons/autobahn.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZP19pbqTco4vaP9siduLWP8pdYArFK3onfR55tvjr12s", + "width": 489, + "height": 489, + "format": "png" + } +] From c522d3947593842a83fd06399bc4bbacee7a3c15 Mon Sep 17 00:00:00 2001 From: Aidan Starke <52016903+aidan-starke@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:14:56 +1300 Subject: [PATCH 11/45] add CENNZnet metadata (#1017) * add CENNZnet metadata * update name and rpc url * update shortNames --- _data/chains/eip155-1337.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-3000.json | 21 +++++++++++++++++++++ _data/chains/eip155-3001.json | 26 ++++++++++++++++++++++++++ _data/icons/cennz.json | 7 +++++++ 4 files changed, 78 insertions(+) create mode 100644 _data/chains/eip155-1337.json create mode 100644 _data/chains/eip155-3000.json create mode 100644 _data/chains/eip155-3001.json create mode 100644 _data/icons/cennz.json diff --git a/_data/chains/eip155-1337.json b/_data/chains/eip155-1337.json new file mode 100644 index 00000000..abba4e07 --- /dev/null +++ b/_data/chains/eip155-1337.json @@ -0,0 +1,24 @@ +{ + "name": "CENNZnet Azalea", + "chain": "CENNZnet", + "network": "azalea", + "rpc": [ + "https://cennznet.unfrastructure.io/public" + ], + "faucets": [], + "nativeCurrency": { + "name": "CPAY", + "symbol": "CPAY", + "decimals": 18 + }, + "infoURL": "https://cennz.net", + "shortName": "cennz-a", + "chainId": 1337, + "networkId": 1337, + "icon": "cennz", + "explorers": [{ + "name": "UNcover", + "url": "https://uncoverexplorer.com", + "standard": "none" + }] + } \ No newline at end of file diff --git a/_data/chains/eip155-3000.json b/_data/chains/eip155-3000.json new file mode 100644 index 00000000..87b75f7b --- /dev/null +++ b/_data/chains/eip155-3000.json @@ -0,0 +1,21 @@ +{ + "name": "CENNZnet Rata", + "chain": "CENNZnet", + "network": "rata", + "rpc": [ + "https://rata.centrality.me/public" + ], + "faucets": [ + "https://app-faucet.centrality.me" + ], + "nativeCurrency": { + "name": "CPAY", + "symbol": "CPAY", + "decimals": 18 + }, + "infoURL": "https://cennz.net", + "shortName": "cennz-r", + "chainId": 3000, + "networkId": 3000, + "icon": "cennz" + } \ No newline at end of file diff --git a/_data/chains/eip155-3001.json b/_data/chains/eip155-3001.json new file mode 100644 index 00000000..486e98d6 --- /dev/null +++ b/_data/chains/eip155-3001.json @@ -0,0 +1,26 @@ +{ + "name": "CENNZnet Nikau", + "chain": "CENNZnet", + "network": "nikau", + "rpc": [ + "https://nikau.centrality.me/public" + ], + "faucets": [ + "https://app-faucet.centrality.me" + ], + "nativeCurrency": { + "name": "CPAY", + "symbol": "CPAY", + "decimals": 18 + }, + "infoURL": "https://cennz.net", + "shortName": "cennz-n", + "chainId": 3001, + "networkId": 3001, + "icon": "cennz", + "explorers": [{ + "name": "UNcover", + "url": "https://www.uncoverexplorer.com/?network=Nikau", + "standard": "none" + }] + } \ No newline at end of file diff --git a/_data/icons/cennz.json b/_data/icons/cennz.json new file mode 100644 index 00000000..472558f4 --- /dev/null +++ b/_data/icons/cennz.json @@ -0,0 +1,7 @@ +[ + { + "url":"ipfs://QmfDkgrhCFfVJErVVDuU7UYasYsooXMEXFhBzLMNm6pgey", + "format":"svg" + } + ] + \ No newline at end of file From 461ecb34c2510da7d92e59fd156f9473d242fcd5 Mon Sep 17 00:00:00 2001 From: GimluCom <79271880+GimluCom@users.noreply.github.com> Date: Wed, 30 Mar 2022 09:19:52 +0000 Subject: [PATCH 12/45] Add icon to Gnosis Chain (#1016) * Create gnosis.json * Create blockscout.json * Update eip155-100.json * Update blockscout.json --- _data/chains/eip155-100.json | 3 ++- _data/icons/blockscout.json | 8 ++++++++ _data/icons/gnosis.json | 8 ++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 _data/icons/blockscout.json create mode 100644 _data/icons/gnosis.json diff --git a/_data/chains/eip155-100.json b/_data/chains/eip155-100.json index 1ba46ec4..97d374eb 100644 --- a/_data/chains/eip155-100.json +++ b/_data/chains/eip155-100.json @@ -1,6 +1,7 @@ { "name": "Gnosis Chain (formerly xDai)", "chain": "Gnosis", + "icon": "gnosis", "rpc": [ "https://rpc.gnosischain.com", "https://xdai.poanetwork.dev", @@ -21,10 +22,10 @@ "chainId": 100, "networkId": 100, "slip44": 700, - "explorers": [{ "name": "blockscout", "url": "https://blockscout.com/xdai/mainnet", + "icon": "blockscout", "standard": "EIP3091" }] } diff --git a/_data/icons/blockscout.json b/_data/icons/blockscout.json new file mode 100644 index 00000000..30e326a2 --- /dev/null +++ b/_data/icons/blockscout.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeifu5tpui7dk5cjoo54kde7pmuthvnl7sdykobuarsxgu7t2izurnq", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/icons/gnosis.json b/_data/icons/gnosis.json new file mode 100644 index 00000000..7c91dfb9 --- /dev/null +++ b/_data/icons/gnosis.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeidk4swpgdyqmpz6shd5onvpaujvwiwthrhypufnwr6xh3dausz2dm", + "width": 1800, + "height": 1800, + "format": "png" + } +] From 0c9aca991281ae6c134bd6de30126635ec826604 Mon Sep 17 00:00:00 2001 From: Draco Li Date: Wed, 30 Mar 2022 08:01:32 -0400 Subject: [PATCH 13/45] add kava evm testnet (#1014) --- _data/chains/eip155-2221.json | 25 +++++++++++++++++++++++++ _data/icons/kava.json | 6 ++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-2221.json create mode 100644 _data/icons/kava.json diff --git a/_data/chains/eip155-2221.json b/_data/chains/eip155-2221.json new file mode 100644 index 00000000..d9a33a82 --- /dev/null +++ b/_data/chains/eip155-2221.json @@ -0,0 +1,25 @@ +{ + "name": "Kava EVM Testnet", + "chain": "KAVA", + "network": "testnet", + "rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"], + "faucets": ["https://faucet.kava.io"], + "nativeCurrency": { + "name": "Kava", + "symbol": "KAVA", + "decimals": 18 + }, + "infoURL": "https://www.kava.io", + "shortName": "kava", + "chainId": 2221, + "networkId": 2221, + "icon": "kava", + "explorers": [ + { + "name": "Kava Testnet Explorer", + "url": "https://explorer.evm-alpha.kava.io", + "standard": "EIP3091", + "icon": "kava" + } + ] +} diff --git a/_data/icons/kava.json b/_data/icons/kava.json new file mode 100644 index 00000000..da3221f4 --- /dev/null +++ b/_data/icons/kava.json @@ -0,0 +1,6 @@ +[ + { + "url": "ipfs://QmdpRTk6oL1HRW9xC6cAc4Rnf9gs6zgdAcr4Z3HcLztusm", + "format": "svg" + } +] From 60ac4755142710f95f1f1584823b95da638162eb Mon Sep 17 00:00:00 2001 From: Defido Coin <95591037+defido@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:02:00 +1000 Subject: [PATCH 14/45] Create EIP-45000.json (#1018) * Create EIP-45000.json Add Autobahn network * Rename EIP-45000.json to eip155-45000.json * Update _data/chains/eip155-45000.json * Update eip155-45000.json Co-authored-by: ligi --- _data/chains/eip155-45000.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-45000.json diff --git a/_data/chains/eip155-45000.json b/_data/chains/eip155-45000.json new file mode 100644 index 00000000..5163f518 --- /dev/null +++ b/_data/chains/eip155-45000.json @@ -0,0 +1,25 @@ +{ + "name": "Autobahn Network", + "chain": "BNB", + "network": "mainnet", + "rpc": [ + "https://rpc.autobahn.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "BNB", + "symbol": "BNB", + "decimals": 18 + }, + "infoURL": "https://autobahn.network", + "shortName": "autobahn", + "chainId": 45000, + "networkId": 45000, + "icon": "autobahn", + "explorers": [{ + "name": "autobahn explorer", + "url": "https://explorer.autobahn.network", + "icon": "autobahn", + "standard": "EIP3091" + }] +} From 446312705da31671bf8b9d3e0eeb3bb036ec2213 Mon Sep 17 00:00:00 2001 From: Doni Wicaksono Date: Wed, 30 Mar 2022 19:27:52 +0700 Subject: [PATCH 15/45] Add AEROCHAIN TESTNET (#1015) * Add AEROCHAIN TESTNET * Update _data/chains/eip155-788.json Co-authored-by: ligi --- _data/chains/eip155-788.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-788.json diff --git a/_data/chains/eip155-788.json b/_data/chains/eip155-788.json new file mode 100644 index 00000000..691b8622 --- /dev/null +++ b/_data/chains/eip155-788.json @@ -0,0 +1,25 @@ +{ + "name": "AEROCHAIN TESTNET", + "chain": "AEROCHAIN", + "network": "testnet", + "rpc": [ + "https://trpc.aerochaincoin.org/", + "https://trpc.aerochain.id/" + ], + "faucets": [], + "nativeCurrency": { + "name": "AEROCHAIN", + "symbol": "ARC", + "decimals": 18 + }, + "infoURL": "https://aerochaincoin.org/", + "shortName": "arc", + "chainId": 788, + "networkId": 788, + "explorers": [{ + "name": "aeroscan", + "url": "https://testnet.aeroscan.id", + "standard": "EIP3091" + }] +} + From 822e66fd2827e4c18a27fcd5fe6cfc5df3e95ce1 Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 30 Mar 2022 15:41:24 +0200 Subject: [PATCH 16/45] Improve deprecation (#1022) * Use gradle 7.4.1 * Improve deprecation of chains closes #1003 --- .../chains/{deprecated => }/eip155-1286.json | 9 ++++---- _data/chains/{deprecated => }/eip155-218.json | 7 ++++--- gradle/wrapper/gradle-wrapper.properties | 2 +- .../kotlin/org/ethereum/lists/chains/Env.kt | 3 ++- .../kotlin/org/ethereum/lists/chains/Main.kt | 12 ++++++----- .../ethereum/lists/chains/model/Exceptions.kt | 3 ++- .../ethereum/lists/chains/TheChainChecker.kt | 5 +++++ .../invalid/invalid_deprecation/eip155-1.json | 21 +++++++++++++++++++ .../resources/test_chains/valid/eip155-1.json | 3 ++- 9 files changed, 49 insertions(+), 16 deletions(-) rename _data/chains/{deprecated => }/eip155-1286.json (63%) rename _data/chains/{deprecated => }/eip155-218.json (71%) create mode 100644 processor/src/test/resources/test_chains/invalid/invalid_deprecation/eip155-1.json diff --git a/_data/chains/deprecated/eip155-1286.json b/_data/chains/eip155-1286.json similarity index 63% rename from _data/chains/deprecated/eip155-1286.json rename to _data/chains/eip155-1286.json index 3cc60c66..87c2353c 100644 --- a/_data/chains/deprecated/eip155-1286.json +++ b/_data/chains/eip155-1286.json @@ -1,5 +1,5 @@ { - "name": "Moonrock", + "name": "Moonrock old", "chain": "MOON", "rpc": [], "faucets": [], @@ -9,7 +9,8 @@ "decimals": 18 }, "infoURL": "", - "shortName": "mrock", + "shortName": "mrock-old", "chainId": 1286, - "networkId": 1286 -} \ No newline at end of file + "networkId": 1286, + "deprecated": true +} diff --git a/_data/chains/deprecated/eip155-218.json b/_data/chains/eip155-218.json similarity index 71% rename from _data/chains/deprecated/eip155-218.json rename to _data/chains/eip155-218.json index 9cc2c382..fae3262a 100644 --- a/_data/chains/deprecated/eip155-218.json +++ b/_data/chains/eip155-218.json @@ -1,5 +1,5 @@ { - "name": "SoterOne Mainnet", + "name": "SoterOne Mainnet old", "chain": "SOTER", "rpc": [ "https://rpc.soter.one" @@ -12,7 +12,8 @@ "decimals": 18 }, "infoURL": "https://www.soterone.com", - "shortName": "SO1", + "shortName": "SO1-old", "chainId": 218, - "networkId": 218 + "networkId": 218, + "deprecated": true } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b1159fc5..d7e66b5c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/Env.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/Env.kt index fbb13991..20ec2842 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/Env.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/Env.kt @@ -22,7 +22,8 @@ val optionalFields = listOf( "explorers", "title", "network", - "parent" + "parent", + "deprecated" ) val moshi: Moshi = Moshi.Builder().build() diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt index 05c30ca2..ace5915c 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt @@ -93,10 +93,8 @@ private fun doChecks(doRPCConnect: Boolean) { checkIcon(it) } - allFiles.filter { it.isDirectory }.forEach { - if (it.name != "deprecated") { - error("the only directory allowed is 'deprecated'") - } + allFiles.filter { it.isDirectory }.forEach { _ -> + error("should not contain a directory") } } @@ -214,7 +212,11 @@ fun checkChain(chainFile: File, connectRPC: Boolean) { throw ENSRegistryAddressMustBeValid() } } - + jsonObject["deprecated"]?.let { + if (it !is Boolean) { + throw DeprecatedMustBeBoolean() + } + } jsonObject["parent"]?.let { if (it !is JsonObject) { throw ParentMustBeObject() diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt index 1f0830e1..522e9eb2 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt @@ -25,4 +25,5 @@ class ParentHasExtraFields(fields: Set): Exception("parent has extra fie class ParentBridgeNoArray: Exception("parent bridge must be array") class BridgeNoObject: Exception("parent bridges must be array consisting of json objects") class BridgeOnlyURL: Exception("parent bridge only contain an URL") -class ParentChainDoesNotExist(chain: String): Exception("Referenced parent chain ($chain) does not exist") \ No newline at end of file +class ParentChainDoesNotExist(chain: String): Exception("Referenced parent chain ($chain) does not exist") +class DeprecatedMustBeBoolean: Exception("deprecated must be boolean") \ No newline at end of file diff --git a/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt b/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt index 327d8eb4..17d213a2 100644 --- a/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt +++ b/processor/src/test/kotlin/org/ethereum/lists/chains/TheChainChecker.kt @@ -221,6 +221,11 @@ class TheChainChecker { checkChain(getFile("invalid/explorermissingurl/eip155-1.json"), false) } + @Test(expected = DeprecatedMustBeBoolean::class) + fun shouldFailOnInvalidDeprecation() { + checkChain(getFile("invalid/invalid_deprecation/eip155-1.json"), false) + } + @Test fun canParse2chains() { checkChain(getFile("valid/eip155-1.json"), false) diff --git a/processor/src/test/resources/test_chains/invalid/invalid_deprecation/eip155-1.json b/processor/src/test/resources/test_chains/invalid/invalid_deprecation/eip155-1.json new file mode 100644 index 00000000..11a8782e --- /dev/null +++ b/processor/src/test/resources/test_chains/invalid/invalid_deprecation/eip155-1.json @@ -0,0 +1,21 @@ +{ + "name": "Ethereum Mainnet", + "shortName": "eth", + "chain": "ETH", + "network": "mainnet", + "chainId": 1, + "networkId": 1, + "rpc": [ + "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://api.mycryptoapi.com/eth" + ], + "faucets": [], + "infoURL": "https://ethereum.org", + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "explorers": [], + "deprecated": "yolo" +} \ No newline at end of file diff --git a/processor/src/test/resources/test_chains/valid/eip155-1.json b/processor/src/test/resources/test_chains/valid/eip155-1.json index 457f8964..847e295f 100644 --- a/processor/src/test/resources/test_chains/valid/eip155-1.json +++ b/processor/src/test/resources/test_chains/valid/eip155-1.json @@ -15,5 +15,6 @@ "name": "Ether", "symbol": "ETH", "decimals": 18 - } + }, + "deprecated": true } From b1886ae011b0b60396a089c3c86cffc0bcaaf454 Mon Sep 17 00:00:00 2001 From: navigatrum <6989338+navigatrum@users.noreply.github.com> Date: Wed, 30 Mar 2022 16:15:16 +0200 Subject: [PATCH 17/45] Update eip155-356256156.json (#1009) Edit typo in title --- _data/chains/eip155-356256156.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-356256156.json b/_data/chains/eip155-356256156.json index 04e99e81..eec8b1a6 100644 --- a/_data/chains/eip155-356256156.json +++ b/_data/chains/eip155-356256156.json @@ -1,5 +1,5 @@ { - "name": "Gather Tesnet Network", + "name": "Gather Testnet Network", "chain": "GTH", "rpc": [ "https://testnet.gather.network" From 0758209cacec6bac12dadf59425c251a63fcbc01 Mon Sep 17 00:00:00 2001 From: Patrick O'Grady Date: Thu, 31 Mar 2022 06:51:56 -0700 Subject: [PATCH 18/45] add explorer + update RPC (#1023) --- _data/chains/eip155-11111.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-11111.json b/_data/chains/eip155-11111.json index 6123e340..276dbdec 100644 --- a/_data/chains/eip155-11111.json +++ b/_data/chains/eip155-11111.json @@ -3,9 +3,11 @@ "chain": "WAGMI", "icon": "wagmi", "rpc": [ - "https://api.trywagmi.xyz/rpc" + "https://subnets.avax.network/wagmi/wagmi-chain-testnet/rpc" + ], + "faucets": [ + "https://faucet.trywagmi.xyz" ], - "faucets": [], "nativeCurrency": { "name": "WAGMI", "symbol": "WGM", @@ -18,8 +20,8 @@ "explorers": [ { "name": "WAGMI Explorer", - "url": "https://trywagmi.xyz", - "standard": "none" + "url": "https://subnets.avax.network/wagmi/wagmi-chain-testnet/explorer", + "standard": "EIP3091" } ] -} \ No newline at end of file +} From 110758d32666deebccb6a38d4ec883b9f77af321 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Thu, 31 Mar 2022 11:45:11 -0300 Subject: [PATCH 19/45] Add Otterscan to the usages section (#1026) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 117d5038..6588439c 100644 --- a/README.md +++ b/README.md @@ -101,4 +101,5 @@ There are also aggregated json files with all chains automatically assembled: * [chainmap.io](https://chainmap.io) * [chainlist.in](https://www.chainlist.in) * [chainz.me](https://chainz.me) + * [Otterscan](https://otterscan.io) * Your project - contact us to add it here! From 02e2f5b53b8f2d67aa1cac2c5aa2c818785f499d Mon Sep 17 00:00:00 2001 From: Doni Wicaksono Date: Fri, 1 Apr 2022 01:27:34 +0700 Subject: [PATCH 20/45] Update eip155-788.json (#1032) * Update Aerochain Testnet * Update Aerochain Testnet --- _data/chains/eip155-788.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/_data/chains/eip155-788.json b/_data/chains/eip155-788.json index 691b8622..47f125d1 100644 --- a/_data/chains/eip155-788.json +++ b/_data/chains/eip155-788.json @@ -1,19 +1,20 @@ { - "name": "AEROCHAIN TESTNET", - "chain": "AEROCHAIN", + "name": "Aerochain Testnet", + "chain": "Aerochain", "network": "testnet", "rpc": [ - "https://trpc.aerochaincoin.org/", - "https://trpc.aerochain.id/" + "https://testnet-rpc.aerochain.id/" ], - "faucets": [], + "faucets": [ + "https://faucet.aerochain.id/" + ], "nativeCurrency": { - "name": "AEROCHAIN", - "symbol": "ARC", + "name": "Aerochain Testnet", + "symbol": "TAero", "decimals": 18 }, "infoURL": "https://aerochaincoin.org/", - "shortName": "arc", + "shortName": "taero", "chainId": 788, "networkId": 788, "explorers": [{ From fcd95aa1b52edce24d504a496556e28a2d668bab Mon Sep 17 00:00:00 2001 From: Dimas Victor Date: Fri, 1 Apr 2022 01:50:46 +0700 Subject: [PATCH 21/45] Added Digest Swarm Chain (#1030) * Added Digest Swarm Chain * Update _data/icons/swarmexplorer.json * Update _data/icons/swarmchain.json Co-authored-by: ligi --- _data/chains/eip155-5777.json | 26 ++++++++++++++++++++++++++ _data/icons/swarmchain.json | 8 ++++++++ _data/icons/swarmexplorer.json | 8 ++++++++ 3 files changed, 42 insertions(+) create mode 100644 _data/chains/eip155-5777.json create mode 100644 _data/icons/swarmchain.json create mode 100644 _data/icons/swarmexplorer.json diff --git a/_data/chains/eip155-5777.json b/_data/chains/eip155-5777.json new file mode 100644 index 00000000..d37a28c4 --- /dev/null +++ b/_data/chains/eip155-5777.json @@ -0,0 +1,26 @@ +{ + "name": "Digest Swarm Chain", + "chain": "DSC", + "icon": "swarmchain", + "rpc": [ + "https://rpc.digestgroup.ltd" + ], + "faucets": [], + "nativeCurrency": { + "name": "DigestCoin", + "symbol": "DGCC", + "decimals": 18 + }, + "infoURL": "https://digestgroup.ltd", + "shortName": "dgcc", + "chainId": 5777, + "networkId": 5777, + "explorers": [ + { + "name": "swarmexplorer", + "url": "https://explorer.digestgroup.ltd", + "standard": "EIP3091" + } + ] +} + \ No newline at end of file diff --git a/_data/icons/swarmchain.json b/_data/icons/swarmchain.json new file mode 100644 index 00000000..44528a16 --- /dev/null +++ b/_data/icons/swarmchain.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmRu7KmQoC2vSVeD7Y6bxRYikQHYs86H9fRAdb1ytPkK9r", + "width":500, + "height":500, + "format":"png" + } +] diff --git a/_data/icons/swarmexplorer.json b/_data/icons/swarmexplorer.json new file mode 100644 index 00000000..c909e961 --- /dev/null +++ b/_data/icons/swarmexplorer.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://Qmbzy8c54EHh7yzMHZir98BrcV6sazr77QLoi63HAoayuo", + "width":289, + "height":288, + "format":"png" + } +] From 4b2492561a205808e381afdebb0fb11f82e743d3 Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Thu, 31 Mar 2022 21:23:02 +0100 Subject: [PATCH 22/45] Fix wrong values in the Milkomeda network (#1029) * Fix wrong values in the Milkomeda network * Update _data/chains/eip155-2001.json Co-authored-by: ligi Co-authored-by: ligi --- _data/chains/eip155-2001.json | 21 +++++++++++---------- _data/chains/eip155-200101.json | 21 +++++++++++---------- _data/icons/milkomeda.json | 10 +++++----- 3 files changed, 27 insertions(+), 25 deletions(-) diff --git a/_data/chains/eip155-2001.json b/_data/chains/eip155-2001.json index 733f23bd..770880d7 100644 --- a/_data/chains/eip155-2001.json +++ b/_data/chains/eip155-2001.json @@ -1,26 +1,27 @@ { - "name": "Milkomeda Cardano (C1)", - "chain": "Milkomeda", + "name": "Milkomeda C1 Mainnet", + "chain": "milkAda", "icon": "milkomeda", - "network": "testnet", + "network": "mainnet", "rpc": [ - "https://rpc-mainnet-cardano-evm.c1.milkomeda.com" + "https://rpc-mainnet-cardano-evm.c1.milkomeda.com", + "wss://rpc-mainnet-cardano-evm.c1.milkomeda.com" ], "faucets": [], "nativeCurrency": { - "name": "milkADA", - "symbol": "milkADA", + "name": "milkAda", + "symbol": "milkAda", "decimals": 18 }, - "infoURL": "https://www.milkomeda.com/", - "shortName": "milkomeda-c1", + "infoURL": "https://milkomeda.com", + "shortName": "milkAda", "chainId": 2001, "networkId": 2001, "explorers": [ { - "name": "blockscout", + "name": "Blockscout", "url": "https://explorer-mainnet-cardano-evm.c1.milkomeda.com", "standard": "none" } ] -} +} \ No newline at end of file diff --git a/_data/chains/eip155-200101.json b/_data/chains/eip155-200101.json index 15aa554f..0e5dee2d 100644 --- a/_data/chains/eip155-200101.json +++ b/_data/chains/eip155-200101.json @@ -1,26 +1,27 @@ { - "name": "Milkomeda Cardano Testnet", - "chain": "Milkomeda", + "name": "Milkomeda C1 Testnet", + "chain": "milkTAda", "icon": "milkomeda", - "network": "mainnet", + "network": "testnet", "rpc": [ - "https://rpc-devnet-cardano-evm.c1.milkomeda.com" + "https://rpc-devnet-cardano-evm.c1.milkomeda.com", + "wss://rpc-devnet-cardano-evm.c1.milkomeda.com" ], "faucets": [], "nativeCurrency": { - "name": "milkTADA", - "symbol": "milkTADA", + "name": "milkTAda", + "symbol": "milkTAda", "decimals": 18 }, - "infoURL": "https://www.milkomeda.com/", - "shortName": "milkomeda-c1-testnet", + "infoURL": "https://milkomeda.com", + "shortName": "milkTAda", "chainId": 200101, "networkId": 200101, "explorers": [ { - "name": "blockscout", + "name": "Blockscout", "url": "https://explorer-devnet-cardano-evm.c1.milkomeda.com", "standard": "none" } ] -} +} \ No newline at end of file diff --git a/_data/icons/milkomeda.json b/_data/icons/milkomeda.json index e047603c..d1ecea13 100644 --- a/_data/icons/milkomeda.json +++ b/_data/icons/milkomeda.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://QmYVjUi7W8vpTfqYEftwqwC5L4LJgW77Xu73T4BhTBeV5i", - "width": 250, - "height": 250, - "format": "png" + "url": "ipfs://QmdoUtvHDybu5ppYBZT8BMRp6AqByVSoQs8nFwKbaS55jd", + "width": 367, + "height": 367, + "format": "svg" } -] +] \ No newline at end of file From a8d9a6048f57d1b3b5524691d4cfab1c16e96dd7 Mon Sep 17 00:00:00 2001 From: Trieu Nguyen <67940289+trieuaioz@users.noreply.github.com> Date: Sat, 2 Apr 2022 00:12:33 +0700 Subject: [PATCH 23/45] Add AIOZ Network Mainet and Testnet (#1033) --- _data/chains/eip155-168.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-4102.json | 25 +++++++++++++++++++++++++ _data/icons/aioz.json | 8 ++++++++ 3 files changed, 58 insertions(+) create mode 100644 _data/chains/eip155-168.json create mode 100644 _data/chains/eip155-4102.json create mode 100644 _data/icons/aioz.json diff --git a/_data/chains/eip155-168.json b/_data/chains/eip155-168.json new file mode 100644 index 00000000..7727c34b --- /dev/null +++ b/_data/chains/eip155-168.json @@ -0,0 +1,25 @@ +{ + "name": "AIOZ Network", + "chain": "AIOZ", + "network": "mainnet", + "icon": "aioz", + "rpc": [ + "https://eth-dataseed.aioz.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "AIOZ", + "symbol": "AIOZ", + "decimals": 18 + }, + "infoURL": "https://aioz.network", + "shortName": "aioz", + "chainId": 168, + "networkId": 168, + "slip44": 60, + "explorers": [{ + "name": "AIOZ Network Explorer", + "url": "https://explorer.aioz.network", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-4102.json b/_data/chains/eip155-4102.json new file mode 100644 index 00000000..8593a577 --- /dev/null +++ b/_data/chains/eip155-4102.json @@ -0,0 +1,25 @@ +{ + "name": "AIOZ Network Testnet", + "chain": "AIOZ", + "network": "testnet", + "icon": "aioz", + "rpc": [ + "https://eth-ds.testnet.aioz.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "testAIOZ", + "symbol": "AIOZ", + "decimals": 18 + }, + "infoURL": "https://aioz.network", + "shortName": "aioz-testnet", + "chainId": 4102, + "networkId": 4102, + "slip44": 60, + "explorers": [{ + "name": "AIOZ Network Testnet Explorer", + "url": "https://testnet.explorer.aioz.network", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/aioz.json b/_data/icons/aioz.json new file mode 100644 index 00000000..ae8acacd --- /dev/null +++ b/_data/icons/aioz.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRAGPFhvQiXgoJkui7WHajpKctGFrJNhHqzYdwcWt5V3Z", + "width": 1024, + "height": 1024, + "format": "png" + } +] \ No newline at end of file From 57773b17705af3cf2a7bd982e5195a2693ce864a Mon Sep 17 00:00:00 2001 From: alliswell <45843736+benbaley@users.noreply.github.com> Date: Sat, 2 Apr 2022 21:12:52 +0800 Subject: [PATCH 24/45] change PlatON's develop net chainid from 210309 to 2203181 (#1040) --- _data/chains/eip155-201018.json | 2 +- _data/chains/eip155-210425.json | 2 +- _data/chains/{eip155-210309.json => eip155-2203181.json} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename _data/chains/{eip155-210309.json => eip155-2203181.json} (89%) diff --git a/_data/chains/eip155-201018.json b/_data/chains/eip155-201018.json index 560137ef..6bc3aa07 100644 --- a/_data/chains/eip155-201018.json +++ b/_data/chains/eip155-201018.json @@ -3,7 +3,7 @@ "chain": "Alaya", "rpc": [ "https://openapi.alaya.network/rpc", - "wss://openapi.alaya.network/ws" + "wss://openapi.alaya.network/ws" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-210425.json b/_data/chains/eip155-210425.json index 21b73ff8..64be201c 100644 --- a/_data/chains/eip155-210425.json +++ b/_data/chains/eip155-210425.json @@ -4,7 +4,7 @@ "network": "mainnet", "rpc": [ "https://openapi.platon.network/rpc", - "wss://openapi.platon.network/ws" + "wss://openapi.platon.network/ws" ], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-210309.json b/_data/chains/eip155-2203181.json similarity index 89% rename from _data/chains/eip155-210309.json rename to _data/chains/eip155-2203181.json index aed0e533..8d0afe0b 100644 --- a/_data/chains/eip155-210309.json +++ b/_data/chains/eip155-2203181.json @@ -3,7 +3,7 @@ "chain": "PlatON", "rpc": [ "https://devnetopenapi.platon.network/rpc", - "wss://devnetopenapi.platon.network/ws" + "wss://devnetopenapi.platon.network/ws" ], "faucets": [ "https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03" @@ -15,7 +15,7 @@ }, "infoURL": "https://www.platon.network", "shortName": "platondev", - "chainId": 210309, + "chainId": 2203181, "networkId": 1, "icon": "platon", "explorers": [ From 317c1bfd6da0215925484d29821ae1839061d116 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Sat, 2 Apr 2022 14:53:23 -0300 Subject: [PATCH 25/45] Add FaucETH to sepolia faucet list (#1042) --- _data/chains/eip155-11155111.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/chains/eip155-11155111.json b/_data/chains/eip155-11155111.json index 2db2d033..9fa06d22 100644 --- a/_data/chains/eip155-11155111.json +++ b/_data/chains/eip155-11155111.json @@ -5,6 +5,7 @@ "rpc": [ ], "faucets": [ + "http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}" ], "nativeCurrency": { "name": "Sepolia Ether", From 72bd69ad2b69670ab5a1cd564a716aeb4d759d67 Mon Sep 17 00:00:00 2001 From: jj449 <58848201+jj449@users.noreply.github.com> Date: Mon, 4 Apr 2022 02:25:31 +0800 Subject: [PATCH 26/45] update _data/chains/eip155-1688.json (#1043) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 高永華 --- _data/chains/eip155-1688.json | 18 ++++++++++++++++++ _data/icons/ludan.json | 8 ++++++++ 2 files changed, 26 insertions(+) create mode 100644 _data/chains/eip155-1688.json create mode 100644 _data/icons/ludan.json diff --git a/_data/chains/eip155-1688.json b/_data/chains/eip155-1688.json new file mode 100644 index 00000000..2dcaf4c8 --- /dev/null +++ b/_data/chains/eip155-1688.json @@ -0,0 +1,18 @@ +{ + "name": "LUDAN Mainnet", + "chain": "LUDAN", + "rpc": [ + "http://rpc.ludan.org:55001/" + ], + "faucets": [], + "nativeCurrency": { + "name": "LUDAN", + "symbol": "LUDAN", + "decimals": 18 + }, + "infoURL": "https://www.ludan.org/", + "shortName": "LUDAN", + "icon": "ludan", + "chainId": 1688, + "networkId": 1688 +} diff --git a/_data/icons/ludan.json b/_data/icons/ludan.json new file mode 100644 index 00000000..673497de --- /dev/null +++ b/_data/icons/ludan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreigzeanzqgxrzzep45t776ovbwi242poqxbryuu2go5eedeuwwcsay", + "width": 512, + "height": 512, + "format": "png" + } +] From 9a3d20a0ae7a469a9215a44f73a8ecaaac053961 Mon Sep 17 00:00:00 2001 From: EU99 <87698844+EU99@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:43:16 +0800 Subject: [PATCH 27/45] Add Eurus mainnet network (#1044) * Added Eurus chain mainnet. * Added Eurus and explorer icons * Update Eurus explorer status to none. * Reverted updates to etherscan * Update Eurus explorer standard to none. * Removed trailing slash from Eurus explorer. * Update _data/chains/eip155-1008.json Co-authored-by: ligi Co-authored-by: ligi --- _data/chains/eip155-1008.json | 28 ++++++++++++++++++++++++++++ _data/icons/eurus.json | 8 ++++++++ _data/icons/eurusexplorer.json | 8 ++++++++ 3 files changed, 44 insertions(+) create mode 100644 _data/chains/eip155-1008.json create mode 100644 _data/icons/eurus.json create mode 100644 _data/icons/eurusexplorer.json diff --git a/_data/chains/eip155-1008.json b/_data/chains/eip155-1008.json new file mode 100644 index 00000000..9931f8c5 --- /dev/null +++ b/_data/chains/eip155-1008.json @@ -0,0 +1,28 @@ +{ + "name":"Eurus Mainnet", + "chain":"EUN", + "network":"eurus", + "rpc":[ + "https://mainnet.eurus.network/" + ], + "faucets":[ + ], + "nativeCurrency":{ + "name":"Eurus", + "symbol":"EUN", + "decimals":18 + }, + "infoURL":"https://eurus.network", + "shortName":"eun", + "chainId":1008, + "networkId":1008, + "icon":"eurus", + "explorers":[ + { + "name":"eurusexplorer", + "url":"https://explorer.eurus.network", + "icon":"eurus", + "standard":"none" + } + ] + } \ No newline at end of file diff --git a/_data/icons/eurus.json b/_data/icons/eurus.json new file mode 100644 index 00000000..e45a43bc --- /dev/null +++ b/_data/icons/eurus.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e", + "width":471, + "height":471, + "format":"svg" + } +] \ No newline at end of file diff --git a/_data/icons/eurusexplorer.json b/_data/icons/eurusexplorer.json new file mode 100644 index 00000000..e45a43bc --- /dev/null +++ b/_data/icons/eurusexplorer.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e", + "width":471, + "height":471, + "format":"svg" + } +] \ No newline at end of file From fbf64dd15932a974a8ca32844dd58c6065305fe6 Mon Sep 17 00:00:00 2001 From: GimluCom <79271880+GimluCom@users.noreply.github.com> Date: Tue, 5 Apr 2022 08:16:41 +0000 Subject: [PATCH 28/45] Add Optimism on Gnosis Chain (#1046) * Create eip155-300.json * Update eip155-300.json --- _data/chains/eip155-300.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-300.json diff --git a/_data/chains/eip155-300.json b/_data/chains/eip155-300.json new file mode 100644 index 00000000..fb5b4f86 --- /dev/null +++ b/_data/chains/eip155-300.json @@ -0,0 +1,24 @@ +{ + "name": "Optimism on Gnosis Chain", + "chain": "OGC", + "rpc": [ + "https://optimism.gnosischain.com", + "wss://optimism.gnosischain.com/wss" + ], + "faucets": ["https://faucet.gimlu.com/gnosis"], + "nativeCurrency": { + "name": "xDAI", + "symbol": "xDAI", + "decimals": 18 + }, + "infoURL": "https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc", + "shortName": "ogc", + "chainId": 300, + "networkId": 300, + "explorers": [{ + "name": "blockscout", + "url": "https://blockscout.com/xdai/optimism", + "icon": "blockscout", + "standard": "EIP3091" + }] +} From f795a1a1ec5a6e87012f34eb148419a358bec04b Mon Sep 17 00:00:00 2001 From: jj449 <58848201+jj449@users.noreply.github.com> Date: Tue, 5 Apr 2022 21:34:49 +0800 Subject: [PATCH 29/45] eip155-1688.json rpc url changed (#1051) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update _data/chains/eip155-1688.json * change rpc url to https :wq Co-authored-by: 高永華 --- _data/chains/eip155-1688.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-1688.json b/_data/chains/eip155-1688.json index 2dcaf4c8..a70f580a 100644 --- a/_data/chains/eip155-1688.json +++ b/_data/chains/eip155-1688.json @@ -2,7 +2,7 @@ "name": "LUDAN Mainnet", "chain": "LUDAN", "rpc": [ - "http://rpc.ludan.org:55001/" + "https://rpc.ludan.org/" ], "faucets": [], "nativeCurrency": { From 720bace1b4e193f1829e411ece6bd7f6217b3879 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Wed, 6 Apr 2022 08:02:00 -0300 Subject: [PATCH 30/45] Flag ropsten/rinkeby/kovan/goerli/sepolia as testnets (#1052) --- _data/chains/eip155-11155111.json | 1 + _data/chains/eip155-3.json | 1 + _data/chains/eip155-4.json | 1 + _data/chains/eip155-42.json | 1 + _data/chains/eip155-5.json | 1 + 5 files changed, 5 insertions(+) diff --git a/_data/chains/eip155-11155111.json b/_data/chains/eip155-11155111.json index 9fa06d22..35e6e361 100644 --- a/_data/chains/eip155-11155111.json +++ b/_data/chains/eip155-11155111.json @@ -2,6 +2,7 @@ "name": "Sepolia", "title": "Ethereum Testnet Sepolia", "chain": "ETH", + "network": "testnet", "rpc": [ ], "faucets": [ diff --git a/_data/chains/eip155-3.json b/_data/chains/eip155-3.json index 1857ee89..cd487bb1 100644 --- a/_data/chains/eip155-3.json +++ b/_data/chains/eip155-3.json @@ -2,6 +2,7 @@ "name": "Ropsten", "title": "Ethereum Testnet Ropsten", "chain": "ETH", + "network": "testnet", "rpc": [ "https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}" diff --git a/_data/chains/eip155-4.json b/_data/chains/eip155-4.json index 341b245e..84c77276 100644 --- a/_data/chains/eip155-4.json +++ b/_data/chains/eip155-4.json @@ -2,6 +2,7 @@ "name": "Rinkeby", "title": "Ethereum Testnet Rinkeby", "chain": "ETH", + "network": "testnet", "rpc": [ "https://rinkeby.infura.io/v3/${INFURA_API_KEY}", "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}" diff --git a/_data/chains/eip155-42.json b/_data/chains/eip155-42.json index 4f2fef1b..cb231a53 100644 --- a/_data/chains/eip155-42.json +++ b/_data/chains/eip155-42.json @@ -2,6 +2,7 @@ "name": "Kovan", "title": "Ethereum Testnet Kovan", "chain": "ETH", + "network": "testnet", "rpc": [ "https://kovan.poa.network", "http://kovan.poa.network:8545", diff --git a/_data/chains/eip155-5.json b/_data/chains/eip155-5.json index 70c1cec9..51269407 100644 --- a/_data/chains/eip155-5.json +++ b/_data/chains/eip155-5.json @@ -2,6 +2,7 @@ "name": "Görli", "title": "Ethereum Testnet Görli", "chain": "ETH", + "network": "testnet", "rpc": [ "https://goerli.infura.io/v3/${INFURA_API_KEY}", "wss://goerli.infura.io/v3/${INFURA_API_KEY}", From 9a908009cd88293a08222f75888d7f1bb82c13c8 Mon Sep 17 00:00:00 2001 From: EU99 <87698844+EU99@users.noreply.github.com> Date: Wed, 6 Apr 2022 19:04:24 +0800 Subject: [PATCH 31/45] Added Eurus chain testnet. (#1054) * Added Eurus chain mainnet. * Added Eurus and explorer icons * Update Eurus explorer status to none. * Reverted updates to etherscan * Update Eurus explorer standard to none. * Removed trailing slash from Eurus explorer. * Update _data/chains/eip155-1008.json Co-authored-by: ligi * Added Eurus chain testnet * Update shortname of Eurus testnet to euntest Co-authored-by: ligi --- _data/chains/eip155-1984.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _data/chains/eip155-1984.json diff --git a/_data/chains/eip155-1984.json b/_data/chains/eip155-1984.json new file mode 100644 index 00000000..f0a94680 --- /dev/null +++ b/_data/chains/eip155-1984.json @@ -0,0 +1,28 @@ +{ + "name":"Eurus Testnet", + "chain":"EUN", + "network":"eurus-testnet", + "rpc":[ + "https://testnet.eurus.network" + ], + "faucets":[ + ], + "nativeCurrency":{ + "name":"Eurus", + "symbol":"EUN", + "decimals":18 + }, + "infoURL":"https://eurus.network", + "shortName":"euntest", + "chainId":1984, + "networkId":1984, + "icon":"eurus", + "explorers":[ + { + "name":"testnetexplorer", + "url":"https://testnetexplorer.eurus.network", + "icon":"eurus", + "standard":"none" + } + ] + } \ No newline at end of file From 8588b8d5f81adc47785546a5aa78531c8c04dca9 Mon Sep 17 00:00:00 2001 From: Aidan Starke <52016903+aidan-starke@users.noreply.github.com> Date: Thu, 7 Apr 2022 17:59:49 +1200 Subject: [PATCH 32/45] Update cennznet (#1055) * add width & height properties * update chain/network id * update url, remove width & height * deprecate chain 1337 * fix build error --- _data/chains/eip155-1337.json | 38 ++++++++++++++-------------------- _data/chains/eip155-21337.json | 24 +++++++++++++++++++++ _data/icons/cennz.json | 11 +++++----- 3 files changed, 44 insertions(+), 29 deletions(-) create mode 100644 _data/chains/eip155-21337.json diff --git a/_data/chains/eip155-1337.json b/_data/chains/eip155-1337.json index abba4e07..b30f09d2 100644 --- a/_data/chains/eip155-1337.json +++ b/_data/chains/eip155-1337.json @@ -1,24 +1,16 @@ { - "name": "CENNZnet Azalea", - "chain": "CENNZnet", - "network": "azalea", - "rpc": [ - "https://cennznet.unfrastructure.io/public" - ], - "faucets": [], - "nativeCurrency": { - "name": "CPAY", - "symbol": "CPAY", - "decimals": 18 - }, - "infoURL": "https://cennz.net", - "shortName": "cennz-a", - "chainId": 1337, - "networkId": 1337, - "icon": "cennz", - "explorers": [{ - "name": "UNcover", - "url": "https://uncoverexplorer.com", - "standard": "none" - }] - } \ No newline at end of file + "name": "CENNZnet old", + "chain": "CENNZnet", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "CPAY", + "symbol": "CPAY", + "decimals": 18 + }, + "infoURL": "https://cennz.net", + "shortName": "cennz-old", + "chainId": 1337, + "networkId": 1337, + "deprecated": true +} \ No newline at end of file diff --git a/_data/chains/eip155-21337.json b/_data/chains/eip155-21337.json new file mode 100644 index 00000000..cb352546 --- /dev/null +++ b/_data/chains/eip155-21337.json @@ -0,0 +1,24 @@ +{ + "name": "CENNZnet Azalea", + "chain": "CENNZnet", + "network": "azalea", + "rpc": [ + "https://cennznet.unfrastructure.io/public" + ], + "faucets": [], + "nativeCurrency": { + "name": "CPAY", + "symbol": "CPAY", + "decimals": 18 + }, + "infoURL": "https://cennz.net", + "shortName": "cennz-a", + "chainId": 21337, + "networkId": 21337, + "icon": "cennz", + "explorers": [{ + "name": "UNcover", + "url": "https://uncoverexplorer.com", + "standard": "none" + }] + } \ No newline at end of file diff --git a/_data/icons/cennz.json b/_data/icons/cennz.json index 472558f4..a76e74ff 100644 --- a/_data/icons/cennz.json +++ b/_data/icons/cennz.json @@ -1,7 +1,6 @@ [ - { - "url":"ipfs://QmfDkgrhCFfVJErVVDuU7UYasYsooXMEXFhBzLMNm6pgey", - "format":"svg" - } - ] - \ No newline at end of file + { + "url": "ipfs://QmWhNm7tTi6SYbiumULDRk956hxgqaZSX77vcxBNn8fvnw", + "format": "svg" + } +] \ No newline at end of file From e6f58d5318d0fef74609d7370b5132162fe089aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Fri, 8 Apr 2022 05:58:49 -0700 Subject: [PATCH 33/45] Adjust Harmony RPC's (#1061) --- _data/chains/eip155-1666600000.json | 3 ++- _data/chains/eip155-1666600001.json | 2 +- _data/chains/eip155-1666600002.json | 2 +- _data/chains/eip155-1666600003.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-1666600000.json b/_data/chains/eip155-1666600000.json index 0a19b696..0052bd66 100644 --- a/_data/chains/eip155-1666600000.json +++ b/_data/chains/eip155-1666600000.json @@ -2,7 +2,8 @@ "name": "Harmony Mainnet Shard 0", "chain": "Harmony", "rpc": [ - "https://api.harmony.one" + "https://api.harmony.one", + "https://api.s0.t.hmny.io" ], "faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "nativeCurrency": { diff --git a/_data/chains/eip155-1666600001.json b/_data/chains/eip155-1666600001.json index 4c7330bc..8f6613ff 100644 --- a/_data/chains/eip155-1666600001.json +++ b/_data/chains/eip155-1666600001.json @@ -2,7 +2,7 @@ "name": "Harmony Mainnet Shard 1", "chain": "Harmony", "rpc": [ - "https://s1.api.harmony.one" + "https://api.s1.t.hmny.io" ], "faucets": [ ], diff --git a/_data/chains/eip155-1666600002.json b/_data/chains/eip155-1666600002.json index 5b0b933d..be5f1223 100644 --- a/_data/chains/eip155-1666600002.json +++ b/_data/chains/eip155-1666600002.json @@ -2,7 +2,7 @@ "name": "Harmony Mainnet Shard 2", "chain": "Harmony", "rpc": [ - "https://s2.api.harmony.one" + "https://api.s2.t.hmny.io" ], "faucets": [ ], diff --git a/_data/chains/eip155-1666600003.json b/_data/chains/eip155-1666600003.json index 3bf7e72c..50bf2f62 100644 --- a/_data/chains/eip155-1666600003.json +++ b/_data/chains/eip155-1666600003.json @@ -2,7 +2,7 @@ "name": "Harmony Mainnet Shard 3", "chain": "Harmony", "rpc": [ - "https://s3.api.harmony.one" + "https://api.s3.t.hmny.io" ], "faucets": [ ], From deaa1d9e1008dbb2fe43a2f883a8e1b88b9e282f Mon Sep 17 00:00:00 2001 From: 0xngmi <80541789+0xngmi@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:23:09 +0100 Subject: [PATCH 34/45] shorten mADA symbol (#1060) --- _data/chains/eip155-2001.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-2001.json b/_data/chains/eip155-2001.json index 770880d7..65a69bda 100644 --- a/_data/chains/eip155-2001.json +++ b/_data/chains/eip155-2001.json @@ -10,7 +10,7 @@ "faucets": [], "nativeCurrency": { "name": "milkAda", - "symbol": "milkAda", + "symbol": "mADA", "decimals": 18 }, "infoURL": "https://milkomeda.com", @@ -24,4 +24,4 @@ "standard": "none" } ] -} \ No newline at end of file +} From a8237d9bcb58dbb2e4b61923205f28268c2a1523 Mon Sep 17 00:00:00 2001 From: ammar-lakho <101721280+ammar-lakho@users.noreply.github.com> Date: Fri, 8 Apr 2022 18:23:51 +0500 Subject: [PATCH 35/45] Added Zenith chain mainnet and testnet (#1062) * added zenith mainnet and testnet networks * Update _data/chains/eip155-79.json * Update _data/chains/eip155-81.json * added shortName Co-authored-by: ligi --- _data/chains/eip155-79.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-81.json | 23 +++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 _data/chains/eip155-79.json create mode 100644 _data/chains/eip155-81.json diff --git a/_data/chains/eip155-79.json b/_data/chains/eip155-79.json new file mode 100644 index 00000000..042638e3 --- /dev/null +++ b/_data/chains/eip155-79.json @@ -0,0 +1,24 @@ +{ + "name": "Zenith Mainnet", + "chain": "Zenith Mainnet", + "rpc": [ + "https://dataserver-1.zenithchain.co/", + "https://dataserver-us-1.zenithchain.co/" + ], + "faucets": [], + "nativeCurrency": { + "name": "ZENITH", + "symbol": "ZENITH", + "decimals": 18 + }, + "infoURL": "https://www.zenithchain.co/", + "chainId": 79, + "networkId": 79, + "shortName": "zenith", + "explorers": [{ + "name": "zenith scan", + "url": "https://scan.zenithchain.co", + "standard": "EIP3091" + }] + } + \ No newline at end of file diff --git a/_data/chains/eip155-81.json b/_data/chains/eip155-81.json new file mode 100644 index 00000000..1e76ea3c --- /dev/null +++ b/_data/chains/eip155-81.json @@ -0,0 +1,23 @@ +{ + "name": "Zenith Testnet", + "chain": "Zenith Testnet", + "rpc": [ + "https://vilinius.zenithchain.co/http" + ], + "faucets": ["https://faucet.zenithchain.co/"], + "nativeCurrency": { + "name": "test ZENITH", + "symbol": "tZENITH", + "decimals": 18 + }, + "infoURL": "https://www.zenithchain.co/", + "chainId": 81, + "networkId": 81, + "shortName": "tzenith", + "explorers": [{ + "name": "villinius zenith scan", + "url": "https://vilinius.scan.zenithchain.co", + "standard": "EIP3091" + }] + } + \ No newline at end of file From 5468f0a94ff0127a8e52c4c84a9e91733fadb536 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 8 Apr 2022 21:45:23 +0800 Subject: [PATCH 36/45] support https (#368) * replace https with http * update ONG decimal * add https --- _data/chains/eip155-58.json | 26 ++++++++++++++++---------- _data/chains/eip155-5851.json | 14 +++++++++----- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/_data/chains/eip155-58.json b/_data/chains/eip155-58.json index abfaabef..fc081b15 100644 --- a/_data/chains/eip155-58.json +++ b/_data/chains/eip155-58.json @@ -2,25 +2,31 @@ "name": "Ontology Mainnet", "chain": "Ontology", "rpc": [ - "https://dappnode1.ont.io:20339", - "https://dappnode2.ont.io:20339", - "https://dappnode3.ont.io:20339", - "https://dappnode4.ont.io:20339" + "http://dappnode1.ont.io:20339", + "http://dappnode2.ont.io:20339", + "http://dappnode3.ont.io:20339", + "http://dappnode4.ont.io:20339", + "https://dappnode1.ont.io:10339", + "https://dappnode2.ont.io:10339", + "https://dappnode3.ont.io:10339", + "https://dappnode4.ont.io:10339" ], "faucets": [ ], "nativeCurrency": { "name": "ONG", "symbol": "ONG", - "decimals": 9 + "decimals": 18 }, "infoURL": "https://ont.io/", "shortName": "Ontology Mainnet", "chainId": 58, "networkId": 58, - "explorers": [{ - "name": "explorer", - "url": "https://explorer.ont.io", - "standard": "EIP3091" - }] + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.ont.io", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-5851.json b/_data/chains/eip155-5851.json index 5ebaa18c..a5611eba 100644 --- a/_data/chains/eip155-5851.json +++ b/_data/chains/eip155-5851.json @@ -2,10 +2,14 @@ "name": "Ontology Testnet", "chain": "Ontology", "rpc": [ - "https://polaris1.ont.io:20339", - "https://polaris2.ont.io:20339", - "https://polaris3.ont.io:20339", - "https://polaris4.ont.io:20339" + "http://polaris1.ont.io:20339", + "http://polaris2.ont.io:20339", + "http://polaris3.ont.io:20339", + "http://polaris4.ont.io:20339", + "https://polaris1.ont.io:10339", + "https://polaris2.ont.io:10339", + "https://polaris3.ont.io:10339", + "https://polaris4.ont.io:10339" ], "faucets": [ "https://developer.ont.io/" @@ -13,7 +17,7 @@ "nativeCurrency": { "name": "ONG", "symbol": "ONG", - "decimals": 9 + "decimals": 18 }, "infoURL": "https://ont.io/", "shortName": "Ontology Testnet", From aa94f8af77593fc6cd248ff3bff3d23797efe4fc Mon Sep 17 00:00:00 2001 From: Joe Schmoe <64335177+jolube@users.noreply.github.com> Date: Sun, 10 Apr 2022 15:21:46 +0200 Subject: [PATCH 37/45] Update eip155-9000.json (evmos) (#1065) * Update eip155-9000.json * Update eip155-9000.json --- _data/chains/eip155-9000.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-9000.json b/_data/chains/eip155-9000.json index dfc5cb85..4e9e3cca 100644 --- a/_data/chains/eip155-9000.json +++ b/_data/chains/eip155-9000.json @@ -1,7 +1,7 @@ { "name": "Evmos Testnet", "chain": "Evmos", - "rpc": ["https://evmos-archive-testnet.api.bdnodes.net:8545"], + "rpc": ["https://eth.bd.evmos.dev:8545"], "faucets": ["https://faucet.evmos.dev"], "nativeCurrency": { "name": "test-Evmos", @@ -15,9 +15,9 @@ "icon": "evmos", "explorers": [ { - "name": "Evmos EVM Explorer (Blockscout)", + "name": "Evmos EVM Explorer", "url": "https://evm.evmos.dev", - "standard": "none", + "standard": "EIP3091", "icon": "evmos" }, { From e6b7fca2107d2f0f691634620e1e73c996439b4a Mon Sep 17 00:00:00 2001 From: Joe Schmoe <64335177+jolube@users.noreply.github.com> Date: Sun, 10 Apr 2022 16:34:00 +0200 Subject: [PATCH 38/45] Update evmos icon (#1064) * Update evmos icon * update hash to non-directory --- _data/icons/evmos.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/icons/evmos.json b/_data/icons/evmos.json index 88a52748..f33dbfef 100644 --- a/_data/icons/evmos.json +++ b/_data/icons/evmos.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://Qmc4nHKSTgRwhpc5gpUnd7cQb7ooUgkcMxSbJcDAjJqx6T", - "width": 1000, - "height": 620, - "format": "svg" + "url": "ipfs://QmeZW6VKUFTbz7PPW8PmDR3ZHa6osYPLBFPnW8T5LSU49c", + "width": 400, + "height": 400, + "format": "png" } -] \ No newline at end of file +] From 74e34a8feb2edb1e292d0f6b9d9ee1478d508d0e Mon Sep 17 00:00:00 2001 From: ammar-lakho <101721280+ammar-lakho@users.noreply.github.com> Date: Mon, 11 Apr 2022 11:05:53 +0500 Subject: [PATCH 39/45] Fix length error for symbol (#1067) * added zenith mainnet and testnet networks * Update _data/chains/eip155-79.json * Update _data/chains/eip155-81.json * added shortName * rename testnet symbol to length<6 Co-authored-by: ligi --- _data/chains/eip155-79.json | 2 +- _data/chains/eip155-81.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/chains/eip155-79.json b/_data/chains/eip155-79.json index 042638e3..d2e5f343 100644 --- a/_data/chains/eip155-79.json +++ b/_data/chains/eip155-79.json @@ -1,6 +1,6 @@ { "name": "Zenith Mainnet", - "chain": "Zenith Mainnet", + "chain": "Zenith", "rpc": [ "https://dataserver-1.zenithchain.co/", "https://dataserver-us-1.zenithchain.co/" diff --git a/_data/chains/eip155-81.json b/_data/chains/eip155-81.json index 1e76ea3c..ad8537fb 100644 --- a/_data/chains/eip155-81.json +++ b/_data/chains/eip155-81.json @@ -1,19 +1,19 @@ { - "name": "Zenith Testnet", - "chain": "Zenith Testnet", + "name": "Villinius", + "chain": "Zenith", "rpc": [ "https://vilinius.zenithchain.co/http" ], "faucets": ["https://faucet.zenithchain.co/"], "nativeCurrency": { - "name": "test ZENITH", - "symbol": "tZENITH", + "name": "Villinius", + "symbol": "VIL", "decimals": 18 }, "infoURL": "https://www.zenithchain.co/", "chainId": 81, "networkId": 81, - "shortName": "tzenith", + "shortName": "VIL", "explorers": [{ "name": "villinius zenith scan", "url": "https://vilinius.scan.zenithchain.co", From d871ec4c27cb336e62890da77e2a119199babdeb Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 11 Apr 2022 11:39:10 +0200 Subject: [PATCH 40/45] Use Kotlin 1.6.20 and ksp 1.0.5 --- build.gradle | 2 +- model/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 733d6a10..9328f8a0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - KOTLIN_VERSION = "1.6.10" + KOTLIN_VERSION = "1.6.20" KETHEREUM_VERSION = "0.85.7" } diff --git a/model/build.gradle.kts b/model/build.gradle.kts index e6b83b76..23f0e50a 100644 --- a/model/build.gradle.kts +++ b/model/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.google.devtools.ksp").version("1.6.10-1.0.2") + id("com.google.devtools.ksp").version("1.6.20-1.0.5") id("maven-publish") } From 4263a05521c79b8007b1b61c3b945de6605a9a9e Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 11 Apr 2022 13:41:44 +0200 Subject: [PATCH 41/45] Use gradle 7.4.2 --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d7e66b5c..92f06b50 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists From f4fbdbefb5b937efea726e3fd702c17e04a53ca2 Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 11 Apr 2022 14:15:52 +0200 Subject: [PATCH 42/45] Improve symbol checks and shorten symbols to <7 chars closes #1069 --- _data/chains/eip155-16001.json | 2 +- _data/chains/eip155-200101.json | 4 ++-- _data/chains/eip155-385.json | 4 ++-- .../kotlin/org/ethereum/lists/chains/Main.kt | 23 +++++++++++++++++++ .../ethereum/lists/chains/model/Exceptions.kt | 8 ++++++- 5 files changed, 35 insertions(+), 6 deletions(-) diff --git a/_data/chains/eip155-16001.json b/_data/chains/eip155-16001.json index 9727cebc..64d0a66a 100644 --- a/_data/chains/eip155-16001.json +++ b/_data/chains/eip155-16001.json @@ -9,7 +9,7 @@ ], "nativeCurrency": { "name": "MetaDot Token TestNet", - "symbol": "MTT-test", + "symbol": "MTTest", "decimals": 18 }, "infoURL": "https://metadot.network", diff --git a/_data/chains/eip155-200101.json b/_data/chains/eip155-200101.json index 0e5dee2d..00395c65 100644 --- a/_data/chains/eip155-200101.json +++ b/_data/chains/eip155-200101.json @@ -10,7 +10,7 @@ "faucets": [], "nativeCurrency": { "name": "milkTAda", - "symbol": "milkTAda", + "symbol": "mTAda", "decimals": 18 }, "infoURL": "https://milkomeda.com", @@ -24,4 +24,4 @@ "standard": "none" } ] -} \ No newline at end of file +} diff --git a/_data/chains/eip155-385.json b/_data/chains/eip155-385.json index afb79bac..30c74158 100644 --- a/_data/chains/eip155-385.json +++ b/_data/chains/eip155-385.json @@ -9,11 +9,11 @@ ], "nativeCurrency": { "name": "Lisinski Ether", - "symbol": "LISINSKI", + "symbol": "LISINS", "decimals": 18 }, "infoURL": "https://lisinski.online", "shortName": "lisinski", "chainId": 385, "networkId": 385 -} \ No newline at end of file +} diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt index ace5915c..786f9352 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/Main.kt @@ -171,6 +171,29 @@ fun checkChain(chainFile: File, connectRPC: Boolean) { } } + jsonObject["nativeCurrency"]?.let { + if (it !is JsonObject) { + throw NativeCurrencyMustBeObject() + } + val symbol = it["symbol"] + if (symbol !is String) { + throw NativeCurrencySymbolMustBeString() + } + + if (symbol.length >= 7) { + throw NativeCurrencySymbolMustHaveLessThan7Chars() + } + if (it.keys != setOf("symbol","decimals","name")) { + throw NativeCurrencyCanOnlyHaveSymbolNameAndDecimals() + } + if (it["decimals"] !is Int) { + throw NativeCurrencyDecimalMustBeInt() + } + if (it["name"] !is String) { + throw NativeCurrencyNameMustBeString() + } + } + jsonObject["explorers"]?.let { if (it !is JsonArray<*>) { throw (ExplorersMustBeArray()) diff --git a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt index 522e9eb2..f02e62da 100644 --- a/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt +++ b/processor/src/main/kotlin/org/ethereum/lists/chains/model/Exceptions.kt @@ -26,4 +26,10 @@ class ParentBridgeNoArray: Exception("parent bridge must be array") class BridgeNoObject: Exception("parent bridges must be array consisting of json objects") class BridgeOnlyURL: Exception("parent bridge only contain an URL") class ParentChainDoesNotExist(chain: String): Exception("Referenced parent chain ($chain) does not exist") -class DeprecatedMustBeBoolean: Exception("deprecated must be boolean") \ No newline at end of file +class DeprecatedMustBeBoolean: Exception("deprecated must be boolean") +class NativeCurrencyMustBeObject: Exception("Native currency must be object") +class NativeCurrencySymbolMustBeString: Exception("Native currency symbol must be string") +class NativeCurrencySymbolMustHaveLessThan7Chars: Exception("Native currency symbol must have less than 7 chars") +class NativeCurrencyCanOnlyHaveSymbolNameAndDecimals: Exception("Native currency can only have symbol decimals and name") +class NativeCurrencyDecimalMustBeInt: Exception("Native currency decimals must be int") +class NativeCurrencyNameMustBeString: Exception("Native currency name must be string") \ No newline at end of file From a17a6a30b427a254af29440e0abf314954f2371e Mon Sep 17 00:00:00 2001 From: Alvin Date: Mon, 11 Apr 2022 21:14:14 +0800 Subject: [PATCH 43/45] add a new chain (#1059) * add a new chain * update chainid * change rpc url --- _data/chains/eip155-700.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-700.json diff --git a/_data/chains/eip155-700.json b/_data/chains/eip155-700.json new file mode 100644 index 00000000..bddac1cc --- /dev/null +++ b/_data/chains/eip155-700.json @@ -0,0 +1,23 @@ +{ + "name": "Star Social Testnet", + "chain": "SNS", + "rpc": [ + "https://avastar.cc/ext/bc/C/rpc" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "Social", + "symbol": "SNS", + "decimals": 18 + }, + "infoURL": "https://info.avastar.cc", + "shortName": "SNS", + "chainId": 700, + "networkId": 700, + "explorers": [{ + "name": "starscan", + "url": "https://avastar.info", + "standard": "EIP3091" + }] + } \ No newline at end of file From 3abcd83f8c4e958cebcca80d141b22b0fba1e9ed Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 13 Apr 2022 01:21:32 -0700 Subject: [PATCH 44/45] Add Findora Chain (#1073) * Add Findora Mainnet * Add Findora Testnet * Update _data/chains/eip155-2152.json * Update _data/chains/eip155-2153.json * Change the shortName for Findora testnet Co-authored-by: ligi --- _data/chains/eip155-2152.json | 23 +++++++++++++++++++++++ _data/chains/eip155-2153.json | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 _data/chains/eip155-2152.json create mode 100644 _data/chains/eip155-2153.json diff --git a/_data/chains/eip155-2152.json b/_data/chains/eip155-2152.json new file mode 100644 index 00000000..affa07c3 --- /dev/null +++ b/_data/chains/eip155-2152.json @@ -0,0 +1,23 @@ +{ + "name": "Findora Mainnet", + "chain": "Findora", + "network": "mainnet", + "rpc": ["https://prod-mainnet.prod.findora.org:8545"], + "faucets": [], + "nativeCurrency": { + "name": "FRA", + "symbol": "FRA", + "decimals": 18 + }, + "infoURL": "https://findora.org/", + "shortName": "fra", + "chainId": 2152, + "networkId": 2152, + "explorers": [ + { + "name": "findorascan", + "url": "https://evm.findorascan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-2153.json b/_data/chains/eip155-2153.json new file mode 100644 index 00000000..b8e3bed9 --- /dev/null +++ b/_data/chains/eip155-2153.json @@ -0,0 +1,23 @@ +{ + "name": "Findora Testnet", + "chain": "Testnet-anvil", + "network": "testnet", + "rpc": ["https://prod-testnet.prod.findora.org:8545/"], + "faucets": [], + "nativeCurrency": { + "name": "FRA", + "symbol": "FRA", + "decimals": 18 + }, + "infoURL": "https://findora.org/", + "shortName": "findora-testnet", + "chainId": 2153, + "networkId": 2153, + "explorers": [ + { + "name": "findorascan", + "url": "https://testnet-anvil.evm.findorascan.io", + "standard": "EIP3091" + } + ] +} From 6872b93eac5a75dfb30a4909d64a015fb5bd1b6f Mon Sep 17 00:00:00 2001 From: alliswell <45843736+benbaley@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:25:32 +0800 Subject: [PATCH 45/45] Change platon devnet's RPC (#1074) --- _data/chains/eip155-2203181.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-2203181.json b/_data/chains/eip155-2203181.json index 8d0afe0b..1b349ce3 100644 --- a/_data/chains/eip155-2203181.json +++ b/_data/chains/eip155-2203181.json @@ -2,8 +2,8 @@ "name": "PlatON Dev Testnet", "chain": "PlatON", "rpc": [ - "https://devnetopenapi.platon.network/rpc", - "wss://devnetopenapi.platon.network/ws" + "https://devnetopenapi2.platon.network/rpc", + "wss://devnetopenapi2.platon.network/ws" ], "faucets": [ "https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"