Skip to content

Commit

Permalink
Add Novachain (#3361)
Browse files Browse the repository at this point in the history
* feat: add nova chain

* feat: fix lint

* feat: fix new line at end of file

* feat: fix rpc lint

---------

Co-authored-by: Tanakorn Tampanya <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Aug 24, 2023
1 parent 204b364 commit c4dd8ba
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-56789.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "VELO Labs Mainnet",
"chain": "NOVA chain",
"rpc": ["https://nova.velo.org"],
"faucets": ["https://nova-faucet.velo.org"],
"nativeCurrency": {
"name": "Nova",
"symbol": "NOVA",
"decimals": 18
},
"infoURL": "https://velo.org",
"shortName": "VELO",
"chainId": 56789,
"networkId": 56789,
"icon": "novachain",
"explorers": [
{
"name": "novascan",
"url": "https://novascan.velo.org",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/novachain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYqvnW2jwPEKUv8BdaV4sbL8Audcwosat6SPn4GqYtKxc",
"width": 225,
"height": 225,
"format": "png"
}
]
Binary file not shown.

0 comments on commit c4dd8ba

Please sign in to comment.