From f10378a98c62f6ff2843c4d155587f07cb22fd96 Mon Sep 17 00:00:00 2001 From: Evan Han Date: Tue, 28 Mar 2023 19:49:18 +0800 Subject: [PATCH] update okbchain testnet infos (#2522) --- _data/chains/eip155-195.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-195.json b/_data/chains/eip155-195.json index f88ae6dd..283417cf 100644 --- a/_data/chains/eip155-195.json +++ b/_data/chains/eip155-195.json @@ -1,18 +1,24 @@ { "name": "OKBChain Testnet", "chain": "okbchain", - "rpc": [], - "faucets": [], + "rpc": ["https://okbtestrpc.okbchain.org"], + "faucets": ["https://www.oklink.com/okbc-test"], "nativeCurrency": { "name": "OKBChain Global Utility Token in testnet", "symbol": "OKB", "decimals": 18 }, "features": [], - "infoURL": "https://www.okex.com/okc", + "infoURL": "https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain", "shortName": "tokb", "chainId": 195, "networkId": 195, - "explorers": [], - "status": "incubating" + "explorers": [ + { + "name": "OKLink", + "url": "https://www.oklink.com/okbc-test", + "standard": "EIP3091" + } + ], + "status": "active" }