From ae31f33437930242016807ba79369e1664834a1d Mon Sep 17 00:00:00 2001 From: Calvin Lau <38898718+calvinaco@users.noreply.github.com> Date: Tue, 19 Oct 2021 01:55:33 +0800 Subject: [PATCH] Add Cronos Testnet (#491) * Add Cronos Testnet (ChainId: 338) * Update _data/chains/eip155-338.json Co-authored-by: ligi Co-authored-by: ligi --- _data/chains/eip155-338.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-338.json diff --git a/_data/chains/eip155-338.json b/_data/chains/eip155-338.json new file mode 100644 index 00000000..f9583f60 --- /dev/null +++ b/_data/chains/eip155-338.json @@ -0,0 +1,26 @@ +{ + "name": "Cronos Testnet", + "chain": "CRO", + "network": "testnet", + "rpc": [ + "https://cronos-testnet-3.crypto.org:8545", + "wss://cronos-testnet-3.crypto.org:8546" + ], + "faucets": [ + "https://cronos.crypto.org/faucet" + ], + "nativeCurrency": { + "name": "Crypto.org Test Coin", + "symbol": "TCRO", + "decimals": 18 + }, + "infoURL": "https://cronos.crypto.org", + "shortName": "tcro", + "chainId": 338, + "networkId": 338, + "explorers": [{ + "name": "Cronos Testnet Explorer", + "url": "https://cronos.crypto.org/explorer", + "standard": "none" + }] +}