Update eip155-66.json

1. Added a new RPC offered by poket.network
2. OKExChain rebranded to OKXChain, it's web site and block explorer are also changed.
This commit is contained in:
Chai 2022-05-06 22:42:18 +08:00 committed by GitHub
parent b7ce4eeb30
commit d233932c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,23 @@
{
"name": "OKXChain Mainnet",
"chain": "okexchain",
"chain": "okxchain",
"rpc": [
"https://exchainrpc.okex.org"
"https://okc-mainnet.gateway.pokt.network/v1/lb/6275309bea1b320039c893ff"
],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
"nativeCurrency": {
"name": "OKExChain Global Utility Token",
"name": "OKXChain Global Utility Token",
"symbol": "OKT",
"decimals": 18
},
"infoURL": "https://www.okex.com/okexchain",
"infoURL": "https://www.okex.com/okc",
"shortName": "okt",
"chainId": 66,
"networkId": 66,
"explorers": [{
"name": "OKLink",
"url": "https://www.oklink.com/okexchain",
"url": "https://www.oklink.com/en/okc",
"standard": "EIP3091"
}]
}