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@b1666dd20e 🚀
This commit is contained in:
parent
1ed8630ca2
commit
9903ef1c2f
File diff suppressed because one or more lines are too long
18
chains/eip155-10024.json
Normal file
18
chains/eip155-10024.json
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"name": "Gon Chain",
|
||||||
|
"chain": "GonChain",
|
||||||
|
"icon": "gonchain",
|
||||||
|
"rpc": [
|
||||||
|
"https://node1.testnet.gaiaopen.network"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gon Token",
|
||||||
|
"symbol": "GT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "",
|
||||||
|
"shortName": "gon",
|
||||||
|
"chainId": 10024,
|
||||||
|
"networkId": 10024
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4145,6 +4145,19 @@
|
||||||
"rpc": ["https://rpc-testnet.smartbch.org", "https://smartbch.devops.cash/testnet"],
|
"rpc": ["https://rpc-testnet.smartbch.org", "https://smartbch.devops.cash/testnet"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "http://smartbch.org/"
|
"infoURL": "http://smartbch.org/"
|
||||||
|
}, {
|
||||||
|
"name": "Gon Chain",
|
||||||
|
"chainId": 10024,
|
||||||
|
"shortName": "gon",
|
||||||
|
"networkId": 10024,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gon Token",
|
||||||
|
"symbol": "GT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://node1.testnet.gaiaopen.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": ""
|
||||||
}, {
|
}, {
|
||||||
"name": "Blockchain Genesis Mainnet",
|
"name": "Blockchain Genesis Mainnet",
|
||||||
"chainId": 10101,
|
"chainId": 10101,
|
||||||
|
|
|
@ -5904,6 +5904,21 @@
|
||||||
"shortName": "smartbchtest",
|
"shortName": "smartbchtest",
|
||||||
"chainId": 10001,
|
"chainId": 10001,
|
||||||
"networkId": 10001
|
"networkId": 10001
|
||||||
|
}, {
|
||||||
|
"name": "Gon Chain",
|
||||||
|
"chain": "GonChain",
|
||||||
|
"icon": "gonchain",
|
||||||
|
"rpc": ["https://node1.testnet.gaiaopen.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Gon Token",
|
||||||
|
"symbol": "GT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "",
|
||||||
|
"shortName": "gon",
|
||||||
|
"chainId": 10024,
|
||||||
|
"networkId": 10024
|
||||||
}, {
|
}, {
|
||||||
"name": "Blockchain Genesis Mainnet",
|
"name": "Blockchain Genesis Mainnet",
|
||||||
"chain": "GEN",
|
"chain": "GEN",
|
||||||
|
|
8
icons/gonchain.json
Normal file
8
icons/gonchain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmQbRTjCDXzGSAsVtUo9yUhaPbMACD9CLx983DnVNQQzno",
|
||||||
|
"width": 2000,
|
||||||
|
"height": 1058,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -318,6 +318,7 @@
|
||||||
"myn": "eip155:9999",
|
"myn": "eip155:9999",
|
||||||
"smartbch": "eip155:10000",
|
"smartbch": "eip155:10000",
|
||||||
"smartbchtest": "eip155:10001",
|
"smartbchtest": "eip155:10001",
|
||||||
|
"gon": "eip155:10024",
|
||||||
"GEN": "eip155:10101",
|
"GEN": "eip155:10101",
|
||||||
"CCP": "eip155:10823",
|
"CCP": "eip155:10823",
|
||||||
"quadrans": "eip155:10946",
|
"quadrans": "eip155:10946",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user