mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add GateChain mainnet&testnet (#263)
* add GateChain mainnet&testnet * as suggestion * change short name
This commit is contained in:
parent
284d5eeda5
commit
18230fd702
27
_data/chains/eip155-85.json
Normal file
27
_data/chains/eip155-85.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "GateChain Testnet",
|
||||||
|
"chainId": 85,
|
||||||
|
"shortName": "GTC-T",
|
||||||
|
"chain": "gatechain",
|
||||||
|
"network": "testnet",
|
||||||
|
"networkId": 85,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "GateToken",
|
||||||
|
"symbol": "GT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": [
|
||||||
|
"https://testnet.gatenode.cc"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://www.gatescan.org/testnet/faucet"
|
||||||
|
],
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "GateScan",
|
||||||
|
"url": "https://www.gatescan.org/testnet",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"infoURL": "https://www.gatechain.io"
|
||||||
|
}
|
27
_data/chains/eip155-86.json
Normal file
27
_data/chains/eip155-86.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "GateChain Mainnet",
|
||||||
|
"chainId": 86,
|
||||||
|
"shortName": "GTC",
|
||||||
|
"chain": "gatechain",
|
||||||
|
"network": "mainnet",
|
||||||
|
"networkId": 86,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "GateToken",
|
||||||
|
"symbol": "GT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": [
|
||||||
|
"https://evm.gatenode.cc"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://www.gatescan.org/faucet"
|
||||||
|
],
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "GateScan",
|
||||||
|
"url": "https://www.gatescan.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"infoURL": "https://www.gatechain.io"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user