Skip to content

Commit

Permalink
Add vemp horizon chain (#6479)
Browse files Browse the repository at this point in the history
* Add Vemp Horizon

* prettier
  • Loading branch information
mikeki authored Dec 20, 2024
1 parent c9403c2 commit b372c70
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _data/chains/eip155-82614.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "VEMP Horizon",
"chain": "vemp-horizon",
"rpc": ["https://vemp-horizon.calderachain.xyz/http"],
"faucets": [],
"nativeCurrency": {
"name": "VEMP",
"symbol": "VEMP",
"decimals": 18
},
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://www.vemp.xyz/",
"shortName": "vemp-horizon",
"chainId": 82614,
"networkId": 82614,
"icon": "vemp-horizon",
"explorers": [
{
"name": "VEMP Horizon Caldera Explorer",
"url": "https://vemp-horizon.calderaexplorer.xyz",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/vemp-horizon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreif4le6thwalvtcpcwav53bwl4c6iltkzem3amf7zd4kogk4mblr4y",
"width": 400,
"height": 400,
"format": "jpg"
}
]

0 comments on commit b372c70

Please sign in to comment.