update okbchain testnet infos (#2522)

This commit is contained in:
Evan Han 2023-03-28 19:49:18 +08:00 committed by GitHub
parent 3be3554533
commit f10378a98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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