From 43abcedc14485db5ea2d2f547b5ba365bb5a9db3 Mon Sep 17 00:00:00 2001 From: nfttoken <84901128+nfttoken@users.noreply.github.com> Date: Wed, 19 Jan 2022 23:08:47 +0800 Subject: [PATCH] Create EIP155-126.json --- _data/chains/EIP155-126.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/chains/EIP155-126.json diff --git a/_data/chains/EIP155-126.json b/_data/chains/EIP155-126.json new file mode 100644 index 00000000..199d6643 --- /dev/null +++ b/_data/chains/EIP155-126.json @@ -0,0 +1,16 @@ +{ + "name": "OYchain Testnet", + "chain": "OYchain", + "rpc": [https://rpc.cntop3.com], + "faucets": [http://faucet.cntop3.com], + "nativeCurrency": { + "name": "OYchain Token", + "symbol": "OY", + "decimals": 18 + }, + "infoURL": "https://www.cntop3.com", + "shortName": "oychain", + "chainId": 126, + "networkId": 126, + "slip44": 126 + }