Skip to content

Commit

Permalink
feat: update haiVELO rewards flag
Browse files Browse the repository at this point in the history
* feat: turn on rewards for haiVELO

* feat: turn on rewards for haiVELO

* feat: bump version
  • Loading branch information
piesrtasty authored Feb 6, 2025
1 parent 7377e24 commit a8cbab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.22",
"version": "1.2.23",
"description": "Javascript client for HAI",
"license": "MIT",
"main": "lib",
Expand Down
2 changes: 1 addition & 1 deletion src/contracts/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ const tokens: Record<GebDeployment, TokenList> = {
collateralJoin: '0x37025BD67847a286Eb3F5860B0f78929e6ad6D03',
collateralAuctionHouse: '0x1D2b53cde55bC4a90f14cF6d94ecd810d6945752',
isCollateral: true,
hasRewards: false,
hasRewards: true,
},
APXETH: {
address: '0x16Ed8E219cde31E14a80dCb6C9127A5EC6e88e46',
Expand Down

0 comments on commit a8cbab8

Please sign in to comment.