mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@bb20b95e33 🚀
This commit is contained in:
parent
ac272a65ff
commit
22fb506f84
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
|||
"name": "LA Testnet",
|
||||
"chain": "LATestnet",
|
||||
"rpc": ["https://rpc.testnet.lachain.network"],
|
||||
"faucets": [],
|
||||
"faucets": ["https://faucet.lachain.network"],
|
||||
"nativeCurrency": {
|
||||
"name": "Test La Coin",
|
||||
"symbol": "TLA",
|
||||
|
@ -13,5 +13,11 @@
|
|||
"shortName": "latestnet",
|
||||
"chainId": 418,
|
||||
"networkId": 418,
|
||||
"explorers": []
|
||||
"explorers": [
|
||||
{
|
||||
"name": "LA Testnet Explorer",
|
||||
"url": "https://testexplorer.lachain.network",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2596,7 +2596,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.testnet.lachain.network"],
|
||||
"faucets": [],
|
||||
"faucets": ["https://faucet.lachain.network"],
|
||||
"infoURL": ""
|
||||
}, {
|
||||
"name": "Optimism Goerli Testnet",
|
||||
|
|
|
@ -3865,7 +3865,7 @@
|
|||
"name": "LA Testnet",
|
||||
"chain": "LATestnet",
|
||||
"rpc": ["https://rpc.testnet.lachain.network"],
|
||||
"faucets": [],
|
||||
"faucets": ["https://faucet.lachain.network"],
|
||||
"nativeCurrency": {
|
||||
"name": "Test La Coin",
|
||||
"symbol": "TLA",
|
||||
|
@ -3878,7 +3878,11 @@
|
|||
"shortName": "latestnet",
|
||||
"chainId": 418,
|
||||
"networkId": 418,
|
||||
"explorers": []
|
||||
"explorers": [{
|
||||
"name": "LA Testnet Explorer",
|
||||
"url": "https://testexplorer.lachain.network",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Optimism Goerli Testnet",
|
||||
"chain": "ETH",
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user