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@0a3d08557f 🚀
This commit is contained in:
parent
36a5b4e169
commit
52f0852e33
|
@ -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
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "LaChain",
|
||||
"chain": "LaChain",
|
||||
"icon": "LaChain",
|
||||
"rpc": [
|
||||
"https://rpc1.mainnet.lachain.network",
|
||||
"https://rpc2.mainnet.lachain.network"
|
||||
|
|
|
@ -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
|
@ -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
|
||||
},
|
||||
|
|
|
@ -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
8
icons/LaChain.json
Normal 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
Loading…
Reference in New Issue
Block a user