mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
d0d42c030a
Update rpc
19 lines
332 B
JSON
19 lines
332 B
JSON
{
|
|
"name": "myOwn Testnet",
|
|
"chain": "myOwn",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://geth.dev.bccloud.net"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "MYN",
|
|
"symbol": "MYN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.bccloud.net/",
|
|
"shortName": "myn",
|
|
"chainId": 9999,
|
|
"networkId": 9999
|
|
}
|