From b16696f14e64d6b7db78dfc519fc9b85991a12e0 Mon Sep 17 00:00:00 2001 From: nfttoken <84901128+nfttoken@users.noreply.github.com> Date: Sat, 5 Feb 2022 17:24:21 +0800 Subject: [PATCH] Update eip155-126.json --- _data/chains/eip155-126.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/_data/chains/eip155-126.json b/_data/chains/eip155-126.json index ef951218..408ed300 100644 --- a/_data/chains/eip155-126.json +++ b/_data/chains/eip155-126.json @@ -1,26 +1,24 @@ { - "name": "OYchain Testnet", + "name": "OYchain Mainnet", "chain": "OYchain", "icon": "oychain", "rpc": [ - "https://rpc.cntop3.com" + "https://rpc-mainnet.oychain.io" ], - "faucets": [ - "https://faucet.cntop3.com" - ], + "faucets": [ ], "nativeCurrency": { "name": "OYchain Token", "symbol": "OY", "decimals": 18 }, - "infoURL": "https://www.cntop3.com", + "infoURL": "https://www.oychain.io", "shortName": "oychain", "chainId": 126, "networkId": 126, "slip44": 126, "explorers": [{ "name": "OYchain Explorer", - "url": "https://scan.cntop3.com", + "url": "https://explorer.oychain.io", "standard": "none" }] }