mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add GoChain testnet (#366)
* Add GoChain testnet * Update eip155-31337.json
This commit is contained in:
parent
8c9c4e261d
commit
b16bd1ed77
24
_data/chains/eip155-31337.json
Normal file
24
_data/chains/eip155-31337.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "GoChain Testnet",
|
||||||
|
"chain": "GO",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://testnet-rpc.gochain.io"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "GoChain Coin",
|
||||||
|
"symbol": "GO",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://gochain.io",
|
||||||
|
"shortName": "got",
|
||||||
|
"chainId": 31337,
|
||||||
|
"networkId": 31337,
|
||||||
|
"slip44": 6060,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "GoChain Testnet Explorer",
|
||||||
|
"url": "https://testnet-explorer.gochain.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user