mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@6431e8f7e9 🚀
This commit is contained in:
parent
5ae1e71f12
commit
974ce8ebb8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4275,6 +4275,32 @@
|
|||
"rpc": ["https://godwoken-testnet-web3-rpc.ckbapp.dev", "ws://godwoken-testnet-web3-rpc.ckbapp.dev/ws"],
|
||||
"faucets": ["https://faucet.nervos.org/"],
|
||||
"infoURL": "https://github.com/nervosnetwork/godwoken"
|
||||
}, {
|
||||
"name": "Godwoken Testnet (V1.1)",
|
||||
"chainId": 71401,
|
||||
"shortName": "gw-testnet-v1",
|
||||
"networkId": 71401,
|
||||
"nativeCurrency": {
|
||||
"name": "CKB",
|
||||
"symbol": "CKB",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
||||
"faucets": ["https://testnet.bridge.godwoken.io"],
|
||||
"infoURL": "https://www.nervos.org"
|
||||
}, {
|
||||
"name": "Godwoken Mainnet",
|
||||
"chainId": 71402,
|
||||
"shortName": "gw-mainnet-v1",
|
||||
"networkId": 71402,
|
||||
"nativeCurrency": {
|
||||
"name": "CKB",
|
||||
"symbol": "CKB",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
||||
"faucets": ["https://testnet.bridge.godwoken.io"],
|
||||
"infoURL": "https://www.nervos.org"
|
||||
}, {
|
||||
"name": "Energy Web Volta Testnet",
|
||||
"chainId": 73799,
|
||||
|
@ -5344,7 +5370,7 @@
|
|||
}, {
|
||||
"name": "Godwoken Testnet (V1)",
|
||||
"chainId": 868455272153094,
|
||||
"shortName": "gw-testnet-v1",
|
||||
"shortName": "gw-testnet-v1-deprecated",
|
||||
"networkId": 868455272153094,
|
||||
"nativeCurrency": {
|
||||
"name": "CKB",
|
||||
|
|
|
@ -6004,6 +6004,44 @@
|
|||
"shortName": "ckb",
|
||||
"chainId": 71393,
|
||||
"networkId": 1
|
||||
}, {
|
||||
"name": "Godwoken Testnet (V1.1)",
|
||||
"chain": "GWT",
|
||||
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
||||
"faucets": ["https://testnet.bridge.godwoken.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "CKB",
|
||||
"symbol": "CKB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.nervos.org",
|
||||
"shortName": "gw-testnet-v1",
|
||||
"chainId": 71401,
|
||||
"networkId": 71401,
|
||||
"explorers": [{
|
||||
"name": "GWScan Block Explorer",
|
||||
"url": "https://v1.aggron.gwscan.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Godwoken Mainnet",
|
||||
"chain": "GWT",
|
||||
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
||||
"faucets": ["https://testnet.bridge.godwoken.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "CKB",
|
||||
"symbol": "CKB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.nervos.org",
|
||||
"shortName": "gw-mainnet-v1",
|
||||
"chainId": 71402,
|
||||
"networkId": 71402,
|
||||
"explorers": [{
|
||||
"name": "GWScan Block Explorer",
|
||||
"url": "https://v1.aggron.gwscan.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Energy Web Volta Testnet",
|
||||
"chain": "Volta",
|
||||
|
@ -7529,9 +7567,10 @@
|
|||
"decimals": 8
|
||||
},
|
||||
"infoURL": "https://www.nervos.org",
|
||||
"shortName": "gw-testnet-v1",
|
||||
"shortName": "gw-testnet-v1-deprecated",
|
||||
"chainId": 868455272153094,
|
||||
"networkId": 868455272153094,
|
||||
"status": "deprecated",
|
||||
"explorers": [{
|
||||
"name": "GWScan Block Explorer",
|
||||
"url": "https://v1.aggron.gwscan.com",
|
||||
|
|
|
@ -328,6 +328,8 @@
|
|||
"TKM2": "eip155:70002",
|
||||
"TKM103": "eip155:70103",
|
||||
"ckb": "eip155:71393",
|
||||
"gw-testnet-v1": "eip155:71401",
|
||||
"gw-mainnet-v1": "eip155:71402",
|
||||
"vt": "eip155:73799",
|
||||
"firenze": "eip155:78110",
|
||||
"maticmum": "eip155:80001",
|
||||
|
@ -410,5 +412,5 @@
|
|||
"ntt": "eip155:197710212030",
|
||||
"ntt-haradev": "eip155:197710212031",
|
||||
"mole": "eip155:6022140761023",
|
||||
"gw-testnet-v1": "eip155:868455272153094"
|
||||
"gw-testnet-v1-deprecated": "eip155:868455272153094"
|
||||
}
|
Loading…
Reference in New Issue
Block a user