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@7fcaa8f609 🚀
This commit is contained in:
parent
1b89facd34
commit
679ca8c324
File diff suppressed because one or more lines are too long
26
chains/eip155-274.json
Normal file
26
chains/eip155-274.json
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "LaChain",
|
||||||
|
"chain": "LaChain",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc1.mainnet.lachain.network",
|
||||||
|
"https://rpc2.mainnet.lachain.network"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LaCoin",
|
||||||
|
"symbol": "LAC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"features": [{ "name": "EIP155" }],
|
||||||
|
"infoURL": "",
|
||||||
|
"shortName": "lachain",
|
||||||
|
"chainId": 274,
|
||||||
|
"networkId": 274,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "LaChain Explorer",
|
||||||
|
"url": "https://explorer.lachain.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -2260,6 +2260,19 @@
|
||||||
"rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"],
|
"rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"],
|
||||||
"faucets": ["https://myhpbwallet.com/"],
|
"faucets": ["https://myhpbwallet.com/"],
|
||||||
"infoURL": "https://hpb.io"
|
"infoURL": "https://hpb.io"
|
||||||
|
}, {
|
||||||
|
"name": "LaChain",
|
||||||
|
"chainId": 274,
|
||||||
|
"shortName": "lachain",
|
||||||
|
"networkId": 274,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LaCoin",
|
||||||
|
"symbol": "LAC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc1.mainnet.lachain.network", "https://rpc2.mainnet.lachain.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": ""
|
||||||
}, {
|
}, {
|
||||||
"name": "zkSync Era Testnet",
|
"name": "zkSync Era Testnet",
|
||||||
"chainId": 280,
|
"chainId": 280,
|
||||||
|
|
|
@ -3272,6 +3272,28 @@
|
||||||
"url": "https://hscan.org",
|
"url": "https://hscan.org",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "LaChain",
|
||||||
|
"chain": "LaChain",
|
||||||
|
"rpc": ["https://rpc1.mainnet.lachain.network", "https://rpc2.mainnet.lachain.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LaCoin",
|
||||||
|
"symbol": "LAC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}],
|
||||||
|
"infoURL": "",
|
||||||
|
"shortName": "lachain",
|
||||||
|
"chainId": 274,
|
||||||
|
"networkId": 274,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "LaChain Explorer",
|
||||||
|
"url": "https://explorer.lachain.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "zkSync Era Testnet",
|
"name": "zkSync Era Testnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -173,6 +173,7 @@
|
||||||
"neon": "eip155:259",
|
"neon": "eip155:259",
|
||||||
"SUR": "eip155:262",
|
"SUR": "eip155:262",
|
||||||
"hpb": "eip155:269",
|
"hpb": "eip155:269",
|
||||||
|
"lachain": "eip155:274",
|
||||||
"zksync-goerli": "eip155:280",
|
"zksync-goerli": "eip155:280",
|
||||||
"Boba": "eip155:288",
|
"Boba": "eip155:288",
|
||||||
"hedera-mainnet": "eip155:295",
|
"hedera-mainnet": "eip155:295",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user