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@af79eb7387 🚀
This commit is contained in:
parent
a5e1b907d5
commit
d4d0fc8bc9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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"
|
||||||
}]
|
}]
|
|
@ -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"
|
||||||
|
}]
|
||||||
}]
|
}]
|
|
@ -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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user