Add godwoken testnet v1 chain (#1001)

This commit is contained in:
M.Bo 2022-03-24 21:09:12 +02:00 committed by GitHub
parent 749a141dab
commit af79eb7387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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