Fix testnet short name

This commit is contained in:
sgladkov 2022-03-28 19:06:00 +03:00
parent cfee242dc4
commit 752ed65e34

View File

@ -1,18 +1,18 @@
{ {
"name": "LACHAIN Testnet", "name": "LACHAIN Testnet",
"chain": "LA", "chain": "TLA",
"icon": "lachain", "icon": "lachain",
"rpc": [ "rpc": [
"https://rpc-testnet.lachain.io" "https://rpc-testnet.lachain.io"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "LA", "name": "TLA",
"symbol": "LA", "symbol": "TLA",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://lachain.io", "infoURL": "https://lachain.io",
"shortName": "LA", "shortName": "TLA",
"chainId": 226, "chainId": 226,
"networkId": 226, "networkId": 226,
"explorers": [{ "explorers": [{