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

This commit is contained in:
ligi 2023-02-12 01:53:20 +00:00
parent 784aa93641
commit 52450b696f
12 changed files with 140 additions and 5 deletions

View File

@ -1718,6 +1718,14 @@
"height": 533,
"format": "png"
}]
}, {
"name": "vechain",
"icons": [{
"url": "ipfs://QmP2nMWbeZWogjVF6KV6GioFKMvBgiK3fs8Du87mg49c88",
"width": 512,
"height": 512,
"format": "png"
}]
}, {
"name": "lucky",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

27
chains/eip155-100009.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "VeChain",
"chain": "VeChain",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "VeChain",
"symbol": "VET",
"decimals": 18
},
"infoURL": "https://vechain.org",
"shortName": "vechain",
"chainId": 100009,
"networkId": 100009,
"explorers": [
{
"name": "VeChain Stats",
"url": "https://vechainstats.com",
"standard": "none"
},
{
"name": "VeChain Explorer",
"url": "https://explore.vechain.org",
"standard": "none"
}
]
}

22
chains/eip155-100010.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "VeChain Testnet",
"chain": "VeChain",
"rpc": [],
"faucets": ["https://faucet.vecha.in"],
"nativeCurrency": {
"name": "VeChain",
"symbol": "VET",
"decimals": 18
},
"infoURL": "https://vechain.org",
"shortName": "vechain-testnet",
"chainId": 100010,
"networkId": 100010,
"explorers": [
{
"name": "VeChain Explorer",
"url": "https://explore-testnet.vechain.org",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -7889,6 +7889,32 @@
"rpc": ["https://mainnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39007"],
"faucets": [],
"infoURL": "https://www.quarkchain.io"
}, {
"name": "VeChain",
"chainId": 100009,
"shortName": "vechain",
"networkId": 100009,
"nativeCurrency": {
"name": "VeChain",
"symbol": "VET",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": "https://vechain.org"
}, {
"name": "VeChain Testnet",
"chainId": 100010,
"shortName": "vechain-testnet",
"networkId": 100010,
"nativeCurrency": {
"name": "VeChain",
"symbol": "VET",
"decimals": 18
},
"rpc": [],
"faucets": ["https://faucet.vecha.in"],
"infoURL": "https://vechain.org"
}, {
"name": "Deprecated Chiado Testnet",
"chainId": 100100,

View File

@ -11688,6 +11688,48 @@
"url": "https://mainnet.quarkchain.io/7",
"standard": "EIP3091"
}]
}, {
"name": "VeChain",
"chain": "VeChain",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "VeChain",
"symbol": "VET",
"decimals": 18
},
"infoURL": "https://vechain.org",
"shortName": "vechain",
"chainId": 100009,
"networkId": 100009,
"explorers": [{
"name": "VeChain Stats",
"url": "https://vechainstats.com",
"standard": "none"
}, {
"name": "VeChain Explorer",
"url": "https://explore.vechain.org",
"standard": "none"
}]
}, {
"name": "VeChain Testnet",
"chain": "VeChain",
"rpc": [],
"faucets": ["https://faucet.vecha.in"],
"nativeCurrency": {
"name": "VeChain",
"symbol": "VET",
"decimals": 18
},
"infoURL": "https://vechain.org",
"shortName": "vechain-testnet",
"chainId": 100010,
"networkId": 100010,
"explorers": [{
"name": "VeChain Explorer",
"url": "https://explore-testnet.vechain.org",
"standard": "none"
}]
}, {
"name": "Deprecated Chiado Testnet",
"chain": "CHI1",

8
icons/vechain.json Normal file
View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -606,6 +606,8 @@
"qkc-s5": "eip155:100006",
"qkc-s6": "eip155:100007",
"qkc-s7": "eip155:100008",
"vechain": "eip155:100009",
"vechain-testnet": "eip155:100010",
"chi1": "eip155:100100",
"SVRNt": "eip155:101010",
"CRFI": "eip155:103090",