Deploying to gh-pages from @ ethereum-lists/chains@bb20b95e33 🚀

This commit is contained in:
ligi 2023-05-05 03:57:55 +00:00
parent ac272a65ff
commit 22fb506f84
6 changed files with 18 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -2596,7 +2596,7 @@
"decimals": 18
},
"rpc": ["https://rpc.testnet.lachain.network"],
"faucets": [],
"faucets": ["https://faucet.lachain.network"],
"infoURL": ""
}, {
"name": "Optimism Goerli Testnet",

View File

@ -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