Skip to content

Commit

Permalink
feat: Add haiVELO Collateral
Browse files Browse the repository at this point in the history
* feat: add hai velo contracts

* feat: update proper sdk version
  • Loading branch information
piesrtasty authored Jan 26, 2025
1 parent 7e864f3 commit 7377e24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hai-on-op/sdk",
"version": "1.2.21",
"version": "1.2.22",
"description": "Javascript client for HAI",
"license": "MIT",
"main": "lib",
Expand Down
6 changes: 3 additions & 3 deletions src/contracts/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ const tokens: Record<GebDeployment, TokenList> = {
symbol: 'HAIVELO',
label: 'HAIVELO',
bytes32String: HAIVELO,
collateralJoin: '',
collateralAuctionHouse: '',
isCollateral: false,
collateralJoin: '0x37025BD67847a286Eb3F5860B0f78929e6ad6D03',
collateralAuctionHouse: '0x1D2b53cde55bC4a90f14cF6d94ecd810d6945752',
isCollateral: true,
hasRewards: false,
},
APXETH: {
Expand Down

0 comments on commit 7377e24

Please sign in to comment.