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@ec2a98bd5e 🚀
This commit is contained in:
parent
d6570deac7
commit
3fb147ca96
File diff suppressed because one or more lines are too long
|
@ -8,8 +8,8 @@
|
||||||
"https://testnet.bridge.godwoken.io"
|
"https://testnet.bridge.godwoken.io"
|
||||||
],
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "CKB",
|
"name": "pCKB",
|
||||||
"symbol": "CKB",
|
"symbol": "pCKB",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.nervos.org",
|
"infoURL": "https://www.nervos.org",
|
||||||
|
@ -17,10 +17,15 @@
|
||||||
"chainId": 71401,
|
"chainId": 71401,
|
||||||
"networkId": 71401,
|
"networkId": 71401,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "GWScout Explorer",
|
||||||
|
"url": "https://gw-testnet-explorer.nervosdao.community",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "GWScan Block Explorer",
|
"name": "GWScan Block Explorer",
|
||||||
"url": "https://v1.aggron.gwscan.com",
|
"url": "https://v1.testnet.gwscan.com",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,14 +2,12 @@
|
||||||
"name": "Godwoken Mainnet",
|
"name": "Godwoken Mainnet",
|
||||||
"chain": "GWT",
|
"chain": "GWT",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://godwoken-testnet-v1.ckbapp.dev"
|
"https://v1.mainnet.godwoken.io/rpc"
|
||||||
],
|
|
||||||
"faucets": [
|
|
||||||
"https://testnet.bridge.godwoken.io"
|
|
||||||
],
|
],
|
||||||
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "CKB",
|
"name": "pCKB",
|
||||||
"symbol": "CKB",
|
"symbol": "pCKB",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.nervos.org",
|
"infoURL": "https://www.nervos.org",
|
||||||
|
@ -17,10 +15,15 @@
|
||||||
"chainId": 71402,
|
"chainId": 71402,
|
||||||
"networkId": 71402,
|
"networkId": 71402,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "GWScout Explorer",
|
||||||
|
"url": "https://gw-mainnet-explorer.nervosdao.community",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "GWScan Block Explorer",
|
"name": "GWScan Block Explorer",
|
||||||
"url": "https://v1.aggron.gwscan.com",
|
"url": "https://v1.gwscan.com",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4736,8 +4736,8 @@
|
||||||
"shortName": "gw-testnet-v1",
|
"shortName": "gw-testnet-v1",
|
||||||
"networkId": 71401,
|
"networkId": 71401,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "CKB",
|
"name": "pCKB",
|
||||||
"symbol": "CKB",
|
"symbol": "pCKB",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
||||||
|
@ -4749,12 +4749,12 @@
|
||||||
"shortName": "gw-mainnet-v1",
|
"shortName": "gw-mainnet-v1",
|
||||||
"networkId": 71402,
|
"networkId": 71402,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "CKB",
|
"name": "pCKB",
|
||||||
"symbol": "CKB",
|
"symbol": "pCKB",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
"rpc": ["https://v1.mainnet.godwoken.io/rpc"],
|
||||||
"faucets": ["https://testnet.bridge.godwoken.io"],
|
"faucets": [],
|
||||||
"infoURL": "https://www.nervos.org"
|
"infoURL": "https://www.nervos.org"
|
||||||
}, {
|
}, {
|
||||||
"name": "Energy Web Volta Testnet",
|
"name": "Energy Web Volta Testnet",
|
||||||
|
|
|
@ -6716,8 +6716,8 @@
|
||||||
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
||||||
"faucets": ["https://testnet.bridge.godwoken.io"],
|
"faucets": ["https://testnet.bridge.godwoken.io"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "CKB",
|
"name": "pCKB",
|
||||||
"symbol": "CKB",
|
"symbol": "pCKB",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.nervos.org",
|
"infoURL": "https://www.nervos.org",
|
||||||
|
@ -6725,18 +6725,22 @@
|
||||||
"chainId": 71401,
|
"chainId": 71401,
|
||||||
"networkId": 71401,
|
"networkId": 71401,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
|
"name": "GWScout Explorer",
|
||||||
|
"url": "https://gw-testnet-explorer.nervosdao.community",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
"name": "GWScan Block Explorer",
|
"name": "GWScan Block Explorer",
|
||||||
"url": "https://v1.aggron.gwscan.com",
|
"url": "https://v1.testnet.gwscan.com",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Godwoken Mainnet",
|
"name": "Godwoken Mainnet",
|
||||||
"chain": "GWT",
|
"chain": "GWT",
|
||||||
"rpc": ["https://godwoken-testnet-v1.ckbapp.dev"],
|
"rpc": ["https://v1.mainnet.godwoken.io/rpc"],
|
||||||
"faucets": ["https://testnet.bridge.godwoken.io"],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "CKB",
|
"name": "pCKB",
|
||||||
"symbol": "CKB",
|
"symbol": "pCKB",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.nervos.org",
|
"infoURL": "https://www.nervos.org",
|
||||||
|
@ -6744,8 +6748,12 @@
|
||||||
"chainId": 71402,
|
"chainId": 71402,
|
||||||
"networkId": 71402,
|
"networkId": 71402,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
|
"name": "GWScout Explorer",
|
||||||
|
"url": "https://gw-mainnet-explorer.nervosdao.community",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
"name": "GWScan Block Explorer",
|
"name": "GWScan Block Explorer",
|
||||||
"url": "https://v1.aggron.gwscan.com",
|
"url": "https://v1.gwscan.com",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user