Update 71401 and 71402 details (Godwoken) (#1305)

* update 71401 and 71402 details

* fix: fix currency symbol

* feat: add blockscout godwoken explorers

* Change explorer priority

* Update _data/chains/eip155-71401.json

Co-authored-by: Flouse <flouse@gmail.com>

Co-authored-by: DeV1doR <bogdankurinniy.dev1@gmail.com>
Co-authored-by: Flouse <flouse@gmail.com>
This commit is contained in:
Daniel Kmak 2022-07-25 15:28:17 +02:00 committed by GitHub
parent 906b44399b
commit ec2a98bd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 12 deletions

View File

@ -8,8 +8,8 @@
"https://testnet.bridge.godwoken.io"
],
"nativeCurrency": {
"name": "CKB",
"symbol": "CKB",
"name": "pCKB",
"symbol": "pCKB",
"decimals": 18
},
"infoURL": "https://www.nervos.org",
@ -17,10 +17,15 @@
"chainId": 71401,
"networkId": 71401,
"explorers": [
{
"name": "GWScout Explorer",
"url": "https://gw-testnet-explorer.nervosdao.community",
"standard": "none"
},
{
"name": "GWScan Block Explorer",
"url": "https://v1.aggron.gwscan.com",
"url": "https://v1.testnet.gwscan.com",
"standard": "none"
}
]
}
}

View File

@ -2,14 +2,12 @@
"name": "Godwoken Mainnet",
"chain": "GWT",
"rpc": [
"https://godwoken-testnet-v1.ckbapp.dev"
],
"faucets": [
"https://testnet.bridge.godwoken.io"
"https://v1.mainnet.godwoken.io/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "CKB",
"symbol": "CKB",
"name": "pCKB",
"symbol": "pCKB",
"decimals": 18
},
"infoURL": "https://www.nervos.org",
@ -17,10 +15,15 @@
"chainId": 71402,
"networkId": 71402,
"explorers": [
{
"name": "GWScout Explorer",
"url": "https://gw-mainnet-explorer.nervosdao.community",
"standard": "none"
},
{
"name": "GWScan Block Explorer",
"url": "https://v1.aggron.gwscan.com",
"url": "https://v1.gwscan.com",
"standard": "none"
}
]
}
}