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" + } + ] +} 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", 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/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": [] +} 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" + } +]