mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
16 lines
431 B
JSON
16 lines
431 B
JSON
{
|
|
"name": "Latam-Blockchain Resil Testnet",
|
|
"chain": "Resil",
|
|
"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
|
|
}
|