Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zypher-kevin authored Oct 31, 2024
2 parents 8b67dcc + 2ffa57e commit f04e9ca
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 1 deletion.
24 changes: 24 additions & 0 deletions _data/chains/eip155-2222222.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
7 changes: 6 additions & 1 deletion _data/chains/eip155-2818.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
29 changes: 29 additions & 0 deletions _data/chains/eip155-543210.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
17 changes: 17 additions & 0 deletions _data/chains/eip155-6900.json
Original file line number Diff line number Diff line change
@@ -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": []
}
8 changes: 8 additions & 0 deletions _data/icons/zero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X",
"width": 144,
"height": 144,
"format": "png"
}
]

0 comments on commit f04e9ca

Please sign in to comment.