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@b274ba73d5 🚀
This commit is contained in:
parent
de6bbe10ce
commit
f886c64099
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user