Add godwoken v1.1 (#1205)

* Add godwoken v1.1 reservation

* Update _data/chains/eip155-868455272153094.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
M.Bo 2022-06-03 05:16:28 -04:00 committed by GitHub
parent aa0a021c97
commit 6431e8f7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 1 deletions

View File

@ -0,0 +1,26 @@
{
"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"
}
]
}

View File

@ -0,0 +1,26 @@
{
"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"
}
]
}

View File

@ -13,9 +13,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",