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@18b592ec7e 🚀
This commit is contained in:
parent
93cc6a4711
commit
98873384f6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1441,6 +1441,32 @@
|
||||||
"rpc": ["https://blockchain-api-mainnet.permission.io/rpc"],
|
"rpc": ["https://blockchain-api-mainnet.permission.io/rpc"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://permission.io/"
|
"infoURL": "https://permission.io/"
|
||||||
|
}, {
|
||||||
|
"name": "LACHAIN Mainnet",
|
||||||
|
"chainId": 225,
|
||||||
|
"shortName": "LA",
|
||||||
|
"networkId": 225,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LA",
|
||||||
|
"symbol": "LA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc-mainnet.lachain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://lachain.io"
|
||||||
|
}, {
|
||||||
|
"name": "LACHAIN Testnet",
|
||||||
|
"chainId": 226,
|
||||||
|
"shortName": "TLA",
|
||||||
|
"networkId": 226,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TLA",
|
||||||
|
"symbol": "TLA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc-testnet.lachain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://lachain.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Energy Web Chain",
|
"name": "Energy Web Chain",
|
||||||
"chainId": 246,
|
"chainId": 246,
|
||||||
|
|
|
@ -1964,6 +1964,46 @@
|
||||||
"chainId": 222,
|
"chainId": 222,
|
||||||
"networkId": 2221,
|
"networkId": 2221,
|
||||||
"slip44": 2221
|
"slip44": 2221
|
||||||
|
}, {
|
||||||
|
"name": "LACHAIN Mainnet",
|
||||||
|
"chain": "LA",
|
||||||
|
"icon": "lachain",
|
||||||
|
"rpc": ["https://rpc-mainnet.lachain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LA",
|
||||||
|
"symbol": "LA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://lachain.io",
|
||||||
|
"shortName": "LA",
|
||||||
|
"chainId": 225,
|
||||||
|
"networkId": 225,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://scan.lachain.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "LACHAIN Testnet",
|
||||||
|
"chain": "TLA",
|
||||||
|
"icon": "lachain",
|
||||||
|
"rpc": ["https://rpc-testnet.lachain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TLA",
|
||||||
|
"symbol": "TLA",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://lachain.io",
|
||||||
|
"shortName": "TLA",
|
||||||
|
"chainId": 226,
|
||||||
|
"networkId": 226,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://scan-test.lachain.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Energy Web Chain",
|
"name": "Energy Web Chain",
|
||||||
"chain": "Energy Web Chain",
|
"chain": "Energy Web Chain",
|
||||||
|
|
|
@ -110,6 +110,8 @@
|
||||||
"aox": "eip155:200",
|
"aox": "eip155:200",
|
||||||
"EDI": "eip155:211",
|
"EDI": "eip155:211",
|
||||||
"ASK": "eip155:222",
|
"ASK": "eip155:222",
|
||||||
|
"LA": "eip155:225",
|
||||||
|
"TLA": "eip155:226",
|
||||||
"ewt": "eip155:246",
|
"ewt": "eip155:246",
|
||||||
"ftm": "eip155:250",
|
"ftm": "eip155:250",
|
||||||
"hecot": "eip155:256",
|
"hecot": "eip155:256",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user