Deploying to gh-pages from @ ethereum-lists/chains@af79eb7387 🚀

This commit is contained in:
ligi 2022-03-24 19:12:25 +00:00
parent a5e1b907d5
commit d4d0fc8bc9
5 changed files with 36 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4587,4 +4587,17 @@
"rpc": ["https://molereum.jdubedition.com"], "rpc": ["https://molereum.jdubedition.com"],
"faucets": [], "faucets": [],
"infoURL": "https://github.com/Jdubedition/molereum" "infoURL": "https://github.com/Jdubedition/molereum"
}, {
"name": "Godwoken Testnet (V1)",
"chainId": 868455272153094,
"shortName": "gw-testnet-v1",
"networkId": 868455272153094,
"nativeCurrency": {
"name": "CKB",
"symbol": "CKB",
"decimals": 8
},
"rpc": ["https://godwoken-testnet-web3-v1-rpc.ckbapp.dev"],
"faucets": ["https://homura.github.io/light-godwoken"],
"infoURL": "https://www.nervos.org"
}] }]

View File

@ -6304,4 +6304,23 @@
"shortName": "mole", "shortName": "mole",
"chainId": 6022140761023, "chainId": 6022140761023,
"networkId": 6022140761023 "networkId": 6022140761023
}, {
"name": "Godwoken Testnet (V1)",
"chain": "GWT",
"rpc": ["https://godwoken-testnet-web3-v1-rpc.ckbapp.dev"],
"faucets": ["https://homura.github.io/light-godwoken"],
"nativeCurrency": {
"name": "CKB",
"symbol": "CKB",
"decimals": 8
},
"infoURL": "https://www.nervos.org",
"shortName": "gw-testnet-v1",
"chainId": 868455272153094,
"networkId": 868455272153094,
"explorers": [{
"name": "GWScan Block Explorer",
"url": "https://v1.aggron.gwscan.com",
"standard": "none"
}]
}] }]

View File

@ -351,5 +351,6 @@
"palm": "eip155:11297108109", "palm": "eip155:11297108109",
"ntt": "eip155:197710212030", "ntt": "eip155:197710212030",
"ntt-haradev": "eip155:197710212031", "ntt-haradev": "eip155:197710212031",
"mole": "eip155:6022140761023" "mole": "eip155:6022140761023",
"gw-testnet-v1": "eip155:868455272153094"
} }