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@cb0cefefd7 🚀
This commit is contained in:
parent
d1e2794d8a
commit
3ac7e4a083
File diff suppressed because one or more lines are too long
17
chains/eip155-418.json
Normal file
17
chains/eip155-418.json
Normal 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
|
@ -2390,6 +2390,19 @@
|
||||||
"rpc": ["https://rpc.sx.technology"],
|
"rpc": ["https://rpc.sx.technology"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.sx.technology"
|
"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",
|
"name": "Optimism Goerli Testnet",
|
||||||
"chainId": 420,
|
"chainId": 420,
|
||||||
|
|
|
@ -3534,6 +3534,24 @@
|
||||||
"url": "https://explorer.sx.technology",
|
"url": "https://explorer.sx.technology",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "Optimism Goerli Testnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -183,6 +183,7 @@
|
||||||
"lisinski": "eip155:385",
|
"lisinski": "eip155:385",
|
||||||
"hpn": "eip155:400",
|
"hpn": "eip155:400",
|
||||||
"SX": "eip155:416",
|
"SX": "eip155:416",
|
||||||
|
"latestnet": "eip155:418",
|
||||||
"ogor": "eip155:420",
|
"ogor": "eip155:420",
|
||||||
"zeeth": "eip155:427",
|
"zeeth": "eip155:427",
|
||||||
"tFREN": "eip155:444",
|
"tFREN": "eip155:444",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user