mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix testnet short name
This commit is contained in:
parent
cfee242dc4
commit
752ed65e34
|
@ -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": [{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user