From 1927243bba637b4684f9faaf109b4c6d149630ee Mon Sep 17 00:00:00 2001 From: nfttoken <84901128+nfttoken@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:06:39 +0800 Subject: [PATCH] Update EIP155-126.json --- _data/chains/EIP155-126.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/_data/chains/EIP155-126.json b/_data/chains/EIP155-126.json index 5b12e9cc..ab05291e 100644 --- a/_data/chains/EIP155-126.json +++ b/_data/chains/EIP155-126.json @@ -1,8 +1,12 @@ { "name": "OYchain Testnet", "chain": "OYchain", - "rpc": ["https://rpc.cntop3.com"], - "faucets": ["http://faucet.cntop3.com"], + "rpc": [ + "https://rpc.cntop3.com" + ], + "faucets": [ + "https://faucet.cntop3.com" + ], "nativeCurrency": { "name": "OYchain Token", "symbol": "OY", @@ -13,4 +17,9 @@ "chainId": 126, "networkId": 126, "slip44": 126 + "explorers": [{ + "name": "OYchain Explorer", + "url": "https://scan.cntop3.com", + "standard": "EIP3091" + }] }