mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add vechain (#2259)
* Create eip155-100009.json * Create eip155-100010.json * Create vechain.json * Update vechain.json * remove empty rpc element * remove empty rpc element * add empty rpc element array * Add empty rpc element array * Make shortname unique --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
91163762b7
commit
7f3e2f5aa6
27
_data/chains/eip155-100009.json
Normal file
27
_data/chains/eip155-100009.json
Normal 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
_data/chains/eip155-100010.json
Normal file
22
_data/chains/eip155-100010.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/vechain.json
Normal file
8
_data/icons/vechain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmP2nMWbeZWogjVF6KV6GioFKMvBgiK3fs8Du87mg49c88",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user