From 745922baeadb008c9360dd15ef3a8ef9d524ea6e Mon Sep 17 00:00:00 2001 From: Mrwh0 <34561590+Mrwh0@users.noreply.github.com> Date: Wed, 28 Jul 2021 05:44:59 -0400 Subject: [PATCH] add latam-blockchain testnet (#353) --- _data/chains/eip155-172.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _data/chains/eip155-172.json diff --git a/_data/chains/eip155-172.json b/_data/chains/eip155-172.json new file mode 100644 index 00000000..3fa3a7b4 --- /dev/null +++ b/_data/chains/eip155-172.json @@ -0,0 +1,21 @@ +{ + "name": "Latam-Blockchain Resil Testnet", + "chain": "Resil", + "network": "testnet", + "rpc": [ + "https://rpc.latam-blockchain.com", + "wss://ws.latam-blockchain.com" + ], + "faucets": [ + "https://faucet.latam-blockchain.com" + ], + "nativeCurrency": { + "name": "Latam-Blockchain Resil Test Native Token", + "symbol": "usd", + "decimals": 18 + }, + "infoURL": "https://latam-blockchain.com", + "shortName": "resil", + "chainId": 172, + "networkId": 172 +}