Skip to content

Commit

Permalink
Add Volcano Chain (chainId 10085) (#6758)
Browse files Browse the repository at this point in the history
* add:chain

* update:icon

---------

Co-authored-by: bolo12590@gmail.com <bolo12590@gmail.com>
  • Loading branch information
wyj520 and bolo12590@gmail.com authored Feb 10, 2025
1 parent a56aada commit c8b5945
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-10085.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Volcano Chain Mainnet",
"chain": "Volcano",
"icon": "volcano",
"rpc": ["https://mainnet.vchain.pro", "wss://wss.mainnet.vchain.pro"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Volcano Coin",
"symbol": "VC",
"decimals": 18
},
"infoURL": "https://vex.pro",
"shortName": "volcanochain",
"chainId": 10085,
"networkId": 10085,
"explorers": [
{
"name": "blockscout",
"url": "https://vchainscan.com",
"icon": "volcano",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/volcano.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmNsY3REsQHYoQHdxpm1ecH7pzZfxSSH6TBAa7ZjR1wuBu",
"width": 488,
"height": 493,
"format": "png"
}
]

0 comments on commit c8b5945

Please sign in to comment.