mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
16bc050927
* Validate Shortname with Max Length of 64 * Removed Spaces from `shortName`
24 lines
518 B
JSON
24 lines
518 B
JSON
{
|
|
"name": "OYchain Testnet",
|
|
"chain": "OYchain",
|
|
"rpc": ["https://rpc.testnet.oychain.io"],
|
|
"faucets": ["https://faucet.oychain.io"],
|
|
"nativeCurrency": {
|
|
"name": "OYchain Token",
|
|
"symbol": "OY",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.oychain.io",
|
|
"shortName": "OYchainTestnet",
|
|
"chainId": 125,
|
|
"networkId": 125,
|
|
"slip44": 125,
|
|
"explorers": [
|
|
{
|
|
"name": "OYchain Testnet Explorer",
|
|
"url": "https://explorer.testnet.oychain.io",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|