Deploying to gh-pages from @ ethereum-lists/chains@b1666dd20e 🚀

This commit is contained in:
ligi 2022-08-24 12:00:42 +00:00
parent 1ed8630ca2
commit 9903ef1c2f
7 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

18
chains/eip155-10024.json Normal file
View 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

View File

@ -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,

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQbRTjCDXzGSAsVtUo9yUhaPbMACD9CLx983DnVNQQzno",
"width": 2000,
"height": 1058,
"format": "png"
}
]

View File

@ -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",