diff --git a/_data/chains/eip155-129.json b/_data/chains/eip155-129.json new file mode 100644 index 00000000..6f4fba62 --- /dev/null +++ b/_data/chains/eip155-129.json @@ -0,0 +1,25 @@ +{ + "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", + "chainId": 129, + "networkId": 129, + "slip44": 129, + "explorers": [{ + "name": "OYchain Explorer", + "url": "https://explorer.testnet.oychain.io", + "standard": "none" + }] + }