mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create EIP155-126.json * Update EIP155-126.json * Update EIP155-126.json * Update EIP155-126.json * Create oychain.json * Update EIP155-126.json add "icon" * Rename EIP155-126.json to eip155-126.json * Update _data/chains/eip155-126.json Co-authored-by: ligi <ligi@ligi.de> * Update eip155-126.json * Create eip155-129.json * Update eip155-126.json * Update eip155-129.json * Update eip155-126.json * Update and rename eip155-129.json to eip155-1268.json * Update eip155-126.json * Update eip155-126.json * Update eip155-1268.json * Update eip155-1268.json * Update eip155-126.json * Update eip155-126.json * Update and rename eip155-1268.json to eip155-125.json Co-authored-by: ligi <ligi@ligi.de>
26 lines
597 B
JSON
26 lines
597 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": "oychain testnet",
|
|
"chainId": 125,
|
|
"networkId": 125,
|
|
"slip44": 125,
|
|
"explorers": [{
|
|
"name": "OYchain Testnet Explorer",
|
|
"url": "https://explorer.testnet.oychain.io",
|
|
"standard": "none"
|
|
}]
|
|
}
|