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" }