-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
204b364
commit c4dd8ba
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.