From cb2f9b4fbe47d3ed7795035f610c917a865642eb Mon Sep 17 00:00:00 2001 From: Oleg Nikonychev Date: Thu, 31 Oct 2024 02:25:05 +0400 Subject: [PATCH 1/4] Add Nibiru Mainnet (#6101) --- _data/chains/eip155-6900.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _data/chains/eip155-6900.json diff --git a/_data/chains/eip155-6900.json b/_data/chains/eip155-6900.json new file mode 100644 index 000000000000..a42000eeac4f --- /dev/null +++ b/_data/chains/eip155-6900.json @@ -0,0 +1,17 @@ +{ + "name": "Nibiru Mainnet", + "chain": "Nibiru", + "rpc": ["https://evm-rpc.nibiru.fi"], + "faucets": [], + "nativeCurrency": { + "name": "NIBI", + "symbol": "NIBI", + "decimals": 18 + }, + "infoURL": "https://nibiru.fi", + "shortName": "cataclysm-1", + "chainId": 6900, + "networkId": 6900, + "icon": "nibiru", + "explorers": [] +} From a7cc5e30a180afb36d6635e019cd20f7a3b5c124 Mon Sep 17 00:00:00 2001 From: Alexander Alshanikov <141716429+AlexanderAlshanikov@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:31:14 +0300 Subject: [PATCH 2/4] feat: coinweb integration (#6100) * feat: coinweb integration * chore: formating * chore: formating * chore: formating * fix: slashes * fix: title and name * fix: chain and short names --------- Co-authored-by: ligi --- _data/chains/eip155-2222222.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..d08836f1bd14 --- /dev/null +++ b/_data/chains/eip155-2222222.json @@ -0,0 +1,24 @@ +{ + "name": "Coinweb BNB shard", + "title": "Coinweb BNB shard", + "chain": "CWEB BNB", + "rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"], + "faucets": [], + "nativeCurrency": { + "name": "CWEB", + "symbol": "CWEB", + "decimals": 18 + }, + "infoURL": "https://coinweb.io", + "shortName": "cweb-bnb", + "chainId": 2222222, + "networkId": 2222222, + "slip44": 1, + "explorers": [ + { + "name": "Coinweb block explorer", + "url": "https://explorer.coinweb.io", + "standard": "none" + } + ] +} From 6818f910e2336132de579b75a24434d857221a30 Mon Sep 17 00:00:00 2001 From: Igor Sobolev <44194758+sobolev-igor@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:38:04 +0200 Subject: [PATCH 3/4] Add ZERO Network (#6095) * Add ZERO Network * Remove slip44 param * Add features param --------- Co-authored-by: ligi --- _data/chains/eip155-543210.json | 29 +++++++++++++++++++++++++++++ _data/icons/zero.json | 8 ++++++++ 2 files changed, 37 insertions(+) create mode 100644 _data/chains/eip155-543210.json create mode 100644 _data/icons/zero.json diff --git a/_data/chains/eip155-543210.json b/_data/chains/eip155-543210.json new file mode 100644 index 000000000000..f7c1f6cd0461 --- /dev/null +++ b/_data/chains/eip155-543210.json @@ -0,0 +1,29 @@ +{ + "name": "ZERO Network", + "chain": "ZERONetwork", + "icon": "zero", + "rpc": ["https://rpc.zerion.io/v1/zero"], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://bridge.zero.network" }] + }, + "faucets": [], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://docs.zero.network", + "shortName": "zero-network", + "chainId": 543210, + "networkId": 543210, + "explorers": [ + { + "name": "ZERO Network Explorer", + "url": "https://explorer.zero.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/zero.json b/_data/icons/zero.json new file mode 100644 index 000000000000..6bc82f5eac80 --- /dev/null +++ b/_data/icons/zero.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X", + "width": 144, + "height": 144, + "format": "png" + } +] From 2ffa57eba4721a0cafc43ec28781594b95d794f1 Mon Sep 17 00:00:00 2001 From: zem007 <34219169+zem007@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:40:59 +0800 Subject: [PATCH 4/4] add new morph mainnet RPC (#6094) Co-authored-by: ligi --- _data/chains/eip155-2818.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-2818.json b/_data/chains/eip155-2818.json index df6f6b04939f..b5476dd6c3ae 100644 --- a/_data/chains/eip155-2818.json +++ b/_data/chains/eip155-2818.json @@ -2,7 +2,12 @@ "name": "Morph", "title": "Morph Mainnet", "chain": "ETH", - "rpc": ["https://rpc.morphl2.io", "wss://rpc.morphl2.io:8443"], + "rpc": [ + "https://rpc.morphl2.io", + "wss://rpc.morphl2.io:8443", + "https://rpc-quicknode.morphl2.io", + "wss://rpc-quicknode.morphl2.io" + ], "faucets": [], "nativeCurrency": { "name": "Ether",