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@6212f9c49b 🚀
This commit is contained in:
parent
ae40a37dbf
commit
42d2a43eca
|
@ -62,6 +62,14 @@
|
||||||
"height": 310,
|
"height": 310,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "lukso",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "dexalot",
|
"name": "dexalot",
|
||||||
"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,33 +1,28 @@
|
||||||
{
|
{
|
||||||
"name": "Kovan",
|
"name": "LUKSO Mainnet",
|
||||||
"title": "Ethereum Testnet Kovan",
|
"chain": "LUKSO",
|
||||||
"chain": "ETH",
|
"icon": "lukso",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://kovan.poa.network",
|
"https://rpc.mainnet.lukso.network",
|
||||||
"http://kovan.poa.network:8545",
|
"wss://ws-rpc.mainnet.lukso.network"
|
||||||
"https://kovan.infura.io/v3/${INFURA_API_KEY}",
|
|
||||||
"wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}",
|
|
||||||
"ws://kovan.poa.network:8546"
|
|
||||||
],
|
|
||||||
"faucets": [
|
|
||||||
"http://fauceth.komputing.org?chain=42&address=${ADDRESS}",
|
|
||||||
"https://faucet.kovan.network",
|
|
||||||
"https://gitter.im/kovan-testnet/faucet"
|
|
||||||
],
|
],
|
||||||
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Kovan Ether",
|
"name": "LUKSO",
|
||||||
"symbol": "ETH",
|
"symbol": "LYX",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "etherscan",
|
"name": "Blockscout",
|
||||||
"url": "https://kovan.etherscan.io",
|
"url": "https://explorer.execution.mainnet.lukso.network",
|
||||||
"standard": "EIP3091"
|
"standard": "none"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"infoURL": "https://kovan-testnet.github.io/website",
|
"infoURL": "https://lukso.network",
|
||||||
"shortName": "kov",
|
"shortName": "lukso",
|
||||||
"chainId": 42,
|
"chainId": 42,
|
||||||
"networkId": 42
|
"networkId": 42,
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"redFlags": ["reusedChainId"]
|
||||||
}
|
}
|
||||||
|
|
34
chains/eip155-4201.json
Normal file
34
chains/eip155-4201.json
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"name": "LUKSO Testnet",
|
||||||
|
"chain": "LUKSO Testnet",
|
||||||
|
"icon": "lukso",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc.testnet.lukso.network",
|
||||||
|
"wss://ws-rpc.testnet.lukso.network"
|
||||||
|
],
|
||||||
|
"faucets": ["https://faucet.testnet.lukso.network"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TestLYX",
|
||||||
|
"symbol": "LYXt",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Blockscout",
|
||||||
|
"url": "https://explorer.execution.testnet.lukso.network",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"infoURL": "https://lukso.network",
|
||||||
|
"shortName": "lukso-testnet",
|
||||||
|
"chainId": 4201,
|
||||||
|
"networkId": 4201,
|
||||||
|
"features": [
|
||||||
|
{
|
||||||
|
"name": "EIP155"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "EIP1559"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -532,18 +532,18 @@
|
||||||
"faucets": ["https://app.telos.net/testnet/developers"],
|
"faucets": ["https://app.telos.net/testnet/developers"],
|
||||||
"infoURL": "https://telos.net"
|
"infoURL": "https://telos.net"
|
||||||
}, {
|
}, {
|
||||||
"name": "Kovan",
|
"name": "LUKSO Mainnet",
|
||||||
"chainId": 42,
|
"chainId": 42,
|
||||||
"shortName": "kov",
|
"shortName": "lukso",
|
||||||
"networkId": 42,
|
"networkId": 42,
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Kovan Ether",
|
"name": "LUKSO",
|
||||||
"symbol": "ETH",
|
"symbol": "LYX",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://kovan.poa.network", "http://kovan.poa.network:8545", "https://kovan.infura.io/v3/${INFURA_API_KEY}", "wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}", "ws://kovan.poa.network:8546"],
|
"rpc": ["https://rpc.mainnet.lukso.network", "wss://ws-rpc.mainnet.lukso.network"],
|
||||||
"faucets": ["http://fauceth.komputing.org?chain=42&address=${ADDRESS}", "https://faucet.kovan.network", "https://gitter.im/kovan-testnet/faucet"],
|
"faucets": [],
|
||||||
"infoURL": "https://kovan-testnet.github.io/website"
|
"infoURL": "https://lukso.network"
|
||||||
}, {
|
}, {
|
||||||
"name": "Darwinia Pangolin Testnet",
|
"name": "Darwinia Pangolin Testnet",
|
||||||
"chainId": 43,
|
"chainId": 43,
|
||||||
|
@ -6212,6 +6212,19 @@
|
||||||
"rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"],
|
"rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://phi.network"
|
"infoURL": "https://phi.network"
|
||||||
|
}, {
|
||||||
|
"name": "LUKSO Testnet",
|
||||||
|
"chainId": 4201,
|
||||||
|
"shortName": "lukso-testnet",
|
||||||
|
"networkId": 4201,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TestLYX",
|
||||||
|
"symbol": "LYXt",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.testnet.lukso.network", "wss://ws-rpc.testnet.lukso.network"],
|
||||||
|
"faucets": ["https://faucet.testnet.lukso.network"],
|
||||||
|
"infoURL": "https://lukso.network"
|
||||||
}, {
|
}, {
|
||||||
"name": "Nexi Mainnet",
|
"name": "Nexi Mainnet",
|
||||||
"chainId": 4242,
|
"chainId": 4242,
|
||||||
|
|
|
@ -745,25 +745,31 @@
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Kovan",
|
"name": "LUKSO Mainnet",
|
||||||
"title": "Ethereum Testnet Kovan",
|
"chain": "LUKSO",
|
||||||
"chain": "ETH",
|
"icon": "lukso",
|
||||||
"rpc": ["https://kovan.poa.network", "http://kovan.poa.network:8545", "https://kovan.infura.io/v3/${INFURA_API_KEY}", "wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}", "ws://kovan.poa.network:8546"],
|
"rpc": ["https://rpc.mainnet.lukso.network", "wss://ws-rpc.mainnet.lukso.network"],
|
||||||
"faucets": ["http://fauceth.komputing.org?chain=42&address=${ADDRESS}", "https://faucet.kovan.network", "https://gitter.im/kovan-testnet/faucet"],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Kovan Ether",
|
"name": "LUKSO",
|
||||||
"symbol": "ETH",
|
"symbol": "LYX",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "etherscan",
|
"name": "Blockscout",
|
||||||
"url": "https://kovan.etherscan.io",
|
"url": "https://explorer.execution.mainnet.lukso.network",
|
||||||
"standard": "EIP3091"
|
"standard": "none"
|
||||||
}],
|
}],
|
||||||
"infoURL": "https://kovan-testnet.github.io/website",
|
"infoURL": "https://lukso.network",
|
||||||
"shortName": "kov",
|
"shortName": "lukso",
|
||||||
"chainId": 42,
|
"chainId": 42,
|
||||||
"networkId": 42
|
"networkId": 42,
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}],
|
||||||
|
"redFlags": ["reusedChainId"]
|
||||||
}, {
|
}, {
|
||||||
"name": "Darwinia Pangolin Testnet",
|
"name": "Darwinia Pangolin Testnet",
|
||||||
"chain": "pangolin",
|
"chain": "pangolin",
|
||||||
|
@ -9375,6 +9381,31 @@
|
||||||
"icon": "phi",
|
"icon": "phi",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "LUKSO Testnet",
|
||||||
|
"chain": "LUKSO Testnet",
|
||||||
|
"icon": "lukso",
|
||||||
|
"rpc": ["https://rpc.testnet.lukso.network", "wss://ws-rpc.testnet.lukso.network"],
|
||||||
|
"faucets": ["https://faucet.testnet.lukso.network"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TestLYX",
|
||||||
|
"symbol": "LYXt",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Blockscout",
|
||||||
|
"url": "https://explorer.execution.testnet.lukso.network",
|
||||||
|
"standard": "none"
|
||||||
|
}],
|
||||||
|
"infoURL": "https://lukso.network",
|
||||||
|
"shortName": "lukso-testnet",
|
||||||
|
"chainId": 4201,
|
||||||
|
"networkId": 4201,
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Nexi Mainnet",
|
"name": "Nexi Mainnet",
|
||||||
"chain": "Nexi",
|
"chain": "Nexi",
|
||||||
|
|
8
icons/lukso.json
Normal file
8
icons/lukso.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z
Normal file
BIN
iconsDownload/Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -40,7 +40,7 @@
|
||||||
"u2u": "eip155:39",
|
"u2u": "eip155:39",
|
||||||
"TelosEVM": "eip155:40",
|
"TelosEVM": "eip155:40",
|
||||||
"TelosEVMTestnet": "eip155:41",
|
"TelosEVMTestnet": "eip155:41",
|
||||||
"kov": "eip155:42",
|
"lukso": "eip155:42",
|
||||||
"pangolin": "eip155:43",
|
"pangolin": "eip155:43",
|
||||||
"crab": "eip155:44",
|
"crab": "eip155:44",
|
||||||
"pangoro": "eip155:45",
|
"pangoro": "eip155:45",
|
||||||
|
@ -477,6 +477,7 @@
|
||||||
"aioz-testnet": "eip155:4102",
|
"aioz-testnet": "eip155:4102",
|
||||||
"TPBXt": "eip155:4141",
|
"TPBXt": "eip155:4141",
|
||||||
"PHIv1": "eip155:4181",
|
"PHIv1": "eip155:4181",
|
||||||
|
"lukso-testnet": "eip155:4201",
|
||||||
"nexi": "eip155:4242",
|
"nexi": "eip155:4242",
|
||||||
"BobaFujiTestnet": "eip155:4328",
|
"BobaFujiTestnet": "eip155:4328",
|
||||||
"html": "eip155:4444",
|
"html": "eip155:4444",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user