From 6ed8188b7c1beac6b4fa3885da10a1c93ae6614c Mon Sep 17 00:00:00 2001 From: nfttoken <84901128+nfttoken@users.noreply.github.com> Date: Sat, 5 Feb 2022 17:28:19 +0800 Subject: [PATCH] Create eip155-129.json --- _data/chains/eip155-129.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-129.json 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" + }] + }