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

This commit is contained in:
ligi 2021-12-01 11:54:36 +00:00
parent de6bbe10ce
commit f886c64099
5 changed files with 31 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2299,6 +2299,19 @@
"rpc": ["https://ethereum.rpc.evmos.dev"], "rpc": ["https://ethereum.rpc.evmos.dev"],
"faucets": ["https://faucet.evmos.org"], "faucets": ["https://faucet.evmos.org"],
"infoURL": "https://evmos.org" "infoURL": "https://evmos.org"
}, {
"name": "myOwn Testnet",
"chainId": 9999,
"shortName": "myn",
"networkId": 9999,
"nativeCurrency": {
"name": "MYN",
"symbol": "MYN",
"decimals": 18
},
"rpc": ["https://fe693b0f-b1c4-45ec-aac1-5c4b913fc51e.cdegswtfk0ji0uq1ym3r3guz6.ep.stage.bccloud.net:8545"],
"faucets": [],
"infoURL": "https://docs.bccloud.net/"
}, { }, {
"name": "Smart Bitcoin Cash", "name": "Smart Bitcoin Cash",
"chainId": 10000, "chainId": 10000,

View File

@ -3111,6 +3111,21 @@
"url": "https://explorer.evmos.org", "url": "https://explorer.evmos.org",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "myOwn Testnet",
"chain": "myOwn",
"network": "testnet",
"rpc": ["https://fe693b0f-b1c4-45ec-aac1-5c4b913fc51e.cdegswtfk0ji0uq1ym3r3guz6.ep.stage.bccloud.net:8545"],
"faucets": [],
"nativeCurrency": {
"name": "MYN",
"symbol": "MYN",
"decimals": 18
},
"infoURL": "https://docs.bccloud.net/",
"shortName": "myn",
"chainId": 9999,
"networkId": 9999
}, { }, {
"name": "Smart Bitcoin Cash", "name": "Smart Bitcoin Cash",
"chain": "smartBCH", "chain": "smartBCH",

View File

@ -176,6 +176,7 @@
"ambrostestnet": "eip155:8888", "ambrostestnet": "eip155:8888",
"berg": "eip155:8995", "berg": "eip155:8995",
"evmos-mons": "eip155:9000", "evmos-mons": "eip155:9000",
"myn": "eip155:9999",
"smartbch": "eip155:10000", "smartbch": "eip155:10000",
"smartbchtest": "eip155:10001", "smartbchtest": "eip155:10001",
"GEN": "eip155:10101", "GEN": "eip155:10101",