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

This commit is contained in:
ligi 2023-03-15 07:17:17 +00:00
parent d1e2794d8a
commit 3ac7e4a083
7 changed files with 52 additions and 3 deletions

File diff suppressed because one or more lines are too long

17
chains/eip155-418.json Normal file
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": []
}

File diff suppressed because one or more lines are too long

View File

@ -2390,6 +2390,19 @@
"rpc": ["https://rpc.sx.technology"],
"faucets": [],
"infoURL": "https://www.sx.technology"
}, {
"name": "LA Testnet",
"chainId": 418,
"shortName": "latestnet",
"networkId": 418,
"nativeCurrency": {
"name": "Test La Coin",
"symbol": "TLA",
"decimals": 18
},
"rpc": ["https://rpc.testnet.lachain.network"],
"faucets": [],
"infoURL": ""
}, {
"name": "Optimism Goerli Testnet",
"chainId": 420,

View File

@ -3534,6 +3534,24 @@
"url": "https://explorer.sx.technology",
"standard": "EIP3091"
}]
}, {
"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": []
}, {
"name": "Optimism Goerli Testnet",
"chain": "ETH",

File diff suppressed because one or more lines are too long

View File

@ -183,6 +183,7 @@
"lisinski": "eip155:385",
"hpn": "eip155:400",
"SX": "eip155:416",
"latestnet": "eip155:418",
"ogor": "eip155:420",
"zeeth": "eip155:427",
"tFREN": "eip155:444",