Add latestnet chain (#2418)

* add la testnet

* updated coin name

* removed icon

* updated features

* pass prettier
This commit is contained in:
alfarkas 2023-03-15 04:11:03 -03:00 committed by GitHub
parent cfb2341442
commit cb0cefefd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
{
"name": "LA Testnet",
"chain": "LATestnet",
"rpc": ["https://rpc.testnet.lachain.network"],
"faucets": [],
"nativeCurrency": {
"name": "Test La Coin",
"symbol": "TLA",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "",
"shortName": "latestnet",
"chainId": 418,
"networkId": 418,
"explorers": []
}