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,
|
"height": 200,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "LaChain",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://bafkreiecoqvit2mikpbpbtzy2zrn6e7fvqdegm72sdcathdwmgiyuzey7u",
|
||||||
|
"width": 104,
|
||||||
|
"height": 114,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "dx",
|
"name": "dx",
|
||||||
"icons": [{
|
"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",
|
"name": "LaChain",
|
||||||
"chain": "LaChain",
|
"chain": "LaChain",
|
||||||
|
"icon": "LaChain",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc1.mainnet.lachain.network",
|
"https://rpc1.mainnet.lachain.network",
|
||||||
"https://rpc2.mainnet.lachain.network"
|
"https://rpc2.mainnet.lachain.network"
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "LA Testnet",
|
"name": "LaTestnet",
|
||||||
"chain": "LATestnet",
|
"chain": "LaTestnet",
|
||||||
|
"icon": "LaChain",
|
||||||
"rpc": ["https://rpc.testnet.lachain.network"],
|
"rpc": ["https://rpc.testnet.lachain.network"],
|
||||||
"faucets": ["https://faucet.lachain.network"],
|
"faucets": ["https://faucet.lachain.network"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Test La Coin",
|
"name": "Test LaCoin",
|
||||||
"symbol": "TLA",
|
"symbol": "TLA",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
|
@ -15,7 +16,7 @@
|
||||||
"networkId": 418,
|
"networkId": 418,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "LA Testnet Explorer",
|
"name": "LaTestnet Explorer",
|
||||||
"url": "https://testexplorer.lachain.network",
|
"url": "https://testexplorer.lachain.network",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2612,12 +2612,12 @@
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.sx.technology"
|
"infoURL": "https://www.sx.technology"
|
||||||
}, {
|
}, {
|
||||||
"name": "LA Testnet",
|
"name": "LaTestnet",
|
||||||
"chainId": 418,
|
"chainId": 418,
|
||||||
"shortName": "latestnet",
|
"shortName": "latestnet",
|
||||||
"networkId": 418,
|
"networkId": 418,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Test La Coin",
|
"name": "Test LaCoin",
|
||||||
"symbol": "TLA",
|
"symbol": "TLA",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
|
|
|
@ -3275,6 +3275,7 @@
|
||||||
}, {
|
}, {
|
||||||
"name": "LaChain",
|
"name": "LaChain",
|
||||||
"chain": "LaChain",
|
"chain": "LaChain",
|
||||||
|
"icon": "LaChain",
|
||||||
"rpc": ["https://rpc1.mainnet.lachain.network", "https://rpc2.mainnet.lachain.network"],
|
"rpc": ["https://rpc1.mainnet.lachain.network", "https://rpc2.mainnet.lachain.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -3907,12 +3908,13 @@
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "LA Testnet",
|
"name": "LaTestnet",
|
||||||
"chain": "LATestnet",
|
"chain": "LaTestnet",
|
||||||
|
"icon": "LaChain",
|
||||||
"rpc": ["https://rpc.testnet.lachain.network"],
|
"rpc": ["https://rpc.testnet.lachain.network"],
|
||||||
"faucets": ["https://faucet.lachain.network"],
|
"faucets": ["https://faucet.lachain.network"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Test La Coin",
|
"name": "Test LaCoin",
|
||||||
"symbol": "TLA",
|
"symbol": "TLA",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
|
@ -3924,7 +3926,7 @@
|
||||||
"chainId": 418,
|
"chainId": 418,
|
||||||
"networkId": 418,
|
"networkId": 418,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "LA Testnet Explorer",
|
"name": "LaTestnet Explorer",
|
||||||
"url": "https://testexplorer.lachain.network",
|
"url": "https://testexplorer.lachain.network",
|
||||||
"standard": "EIP3091"
|
"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