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

This commit is contained in:
ligi 2023-05-17 22:53:18 +00:00
parent 36a5b4e169
commit 52f0852e33
11 changed files with 35 additions and 15 deletions

View File

@ -686,6 +686,14 @@
"height": 200,
"format": "png"
}]
}, {
"name": "LaChain",
"icons": [{
"url": "ipfs://bafkreiecoqvit2mikpbpbtzy2zrn6e7fvqdegm72sdcathdwmgiyuzey7u",
"width": 104,
"height": 114,
"format": "png"
}]
}, {
"name": "dx",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,7 @@
{
"name": "LaChain",
"chain": "LaChain",
"icon": "LaChain",
"rpc": [
"https://rpc1.mainnet.lachain.network",
"https://rpc2.mainnet.lachain.network"

View File

@ -1,10 +1,11 @@
{
"name": "LA Testnet",
"chain": "LATestnet",
"name": "LaTestnet",
"chain": "LaTestnet",
"icon": "LaChain",
"rpc": ["https://rpc.testnet.lachain.network"],
"faucets": ["https://faucet.lachain.network"],
"nativeCurrency": {
"name": "Test La Coin",
"name": "Test LaCoin",
"symbol": "TLA",
"decimals": 18
},
@ -15,7 +16,7 @@
"networkId": 418,
"explorers": [
{
"name": "LA Testnet Explorer",
"name": "LaTestnet Explorer",
"url": "https://testexplorer.lachain.network",
"standard": "EIP3091"
}

File diff suppressed because one or more lines are too long

View File

@ -2612,12 +2612,12 @@
"faucets": [],
"infoURL": "https://www.sx.technology"
}, {
"name": "LA Testnet",
"name": "LaTestnet",
"chainId": 418,
"shortName": "latestnet",
"networkId": 418,
"nativeCurrency": {
"name": "Test La Coin",
"name": "Test LaCoin",
"symbol": "TLA",
"decimals": 18
},

View File

@ -3275,6 +3275,7 @@
}, {
"name": "LaChain",
"chain": "LaChain",
"icon": "LaChain",
"rpc": ["https://rpc1.mainnet.lachain.network", "https://rpc2.mainnet.lachain.network"],
"faucets": [],
"nativeCurrency": {
@ -3907,12 +3908,13 @@
"standard": "EIP3091"
}]
}, {
"name": "LA Testnet",
"chain": "LATestnet",
"name": "LaTestnet",
"chain": "LaTestnet",
"icon": "LaChain",
"rpc": ["https://rpc.testnet.lachain.network"],
"faucets": ["https://faucet.lachain.network"],
"nativeCurrency": {
"name": "Test La Coin",
"name": "Test LaCoin",
"symbol": "TLA",
"decimals": 18
},
@ -3924,7 +3926,7 @@
"chainId": 418,
"networkId": 418,
"explorers": [{
"name": "LA Testnet Explorer",
"name": "LaTestnet Explorer",
"url": "https://testexplorer.lachain.network",
"standard": "EIP3091"
}]

8
icons/LaChain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreiecoqvit2mikpbpbtzy2zrn6e7fvqdegm72sdcathdwmgiyuzey7u",
"width": 104,
"height": 114,
"format": "png"
}
]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long