mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update eip155-66.json (#1136)
* 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. * Update _data/chains/eip155-66.json * Update _data/chains/eip155-66.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
b7ce4eeb30
commit
b255847762
|
@ -1,22 +1,23 @@
|
||||||
{
|
{
|
||||||
"name": "OKXChain Mainnet",
|
"name": "OKXChain Mainnet",
|
||||||
"chain": "okexchain",
|
"chain": "okxchain",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://exchainrpc.okex.org"
|
"https://exchainrpc.okex.org",
|
||||||
|
"https://okc-mainnet.gateway.pokt.network/v1/lb/6275309bea1b320039c893ff"
|
||||||
],
|
],
|
||||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
|
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/?"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "OKExChain Global Utility Token",
|
"name": "OKXChain Global Utility Token",
|
||||||
"symbol": "OKT",
|
"symbol": "OKT",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.okex.com/okexchain",
|
"infoURL": "https://www.okex.com/okc",
|
||||||
"shortName": "okt",
|
"shortName": "okt",
|
||||||
"chainId": 66,
|
"chainId": 66,
|
||||||
"networkId": 66,
|
"networkId": 66,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "OKLink",
|
"name": "OKLink",
|
||||||
"url": "https://www.oklink.com/okexchain",
|
"url": "https://www.oklink.com/en/okc",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user