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

This commit is contained in:
ligi 2023-05-11 19:43:24 +00:00
parent 1b89facd34
commit 679ca8c324
7 changed files with 65 additions and 3 deletions

File diff suppressed because one or more lines are too long

26
chains/eip155-274.json Normal file
View 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

View File

@ -2260,6 +2260,19 @@
"rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"],
"faucets": ["https://myhpbwallet.com/"],
"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",
"chainId": 280,

View File

@ -3272,6 +3272,28 @@
"url": "https://hscan.org",
"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",
"chain": "ETH",

File diff suppressed because one or more lines are too long

View File

@ -173,6 +173,7 @@
"neon": "eip155:259",
"SUR": "eip155:262",
"hpb": "eip155:269",
"lachain": "eip155:274",
"zksync-goerli": "eip155:280",
"Boba": "eip155:288",
"hedera-mainnet": "eip155:295",