diff --git a/_data/chains/eip155-65.json b/_data/chains/eip155-65.json new file mode 100644 index 00000000..d64c5941 --- /dev/null +++ b/_data/chains/eip155-65.json @@ -0,0 +1,18 @@ +{ + "name": "OKExChain Testnet", + "chain": "okexchain", + "network": "testnet", + "rpc": [ + "https://www.okex.com/okexchain-rpc-testnet" + ], + "faucets": ["https://www.okex.com/drawdex"], + "nativeCurrency": { + "name": "OKExChain Global Utility Token in testnet", + "symbol": "TOKT", + "decimals": 18 + }, + "infoURL": "https://www.okex.com/okexchain", + "shortName": "tokt", + "chainId": 65, + "networkId": 65 +} \ No newline at end of file diff --git a/_data/chains/eip155-66.json b/_data/chains/eip155-66.json new file mode 100644 index 00000000..29c55461 --- /dev/null +++ b/_data/chains/eip155-66.json @@ -0,0 +1,18 @@ +{ + "name": "OKExChain Mainnet", + "chain": "okexchain", + "network": "mainnet", + "rpc": [ + "https://www.okex.com/okexchain-rpc" + ], + "faucets": [], + "nativeCurrency": { + "name": "OKExChain Global Utility Token", + "symbol": "OKT", + "decimals": 18 + }, + "infoURL": "https://www.okex.com/okexchain", + "shortName": "okt", + "chainId": 66, + "networkId": 66 +} \ No newline at end of file