Skip to content

Commit

Permalink
Feat: Add VELO
Browse files Browse the repository at this point in the history
Feat: Add VELO
  • Loading branch information
piesrtasty authored Jul 10, 2024
2 parents ea0bad0 + 0ee6bc5 commit bd5b206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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.11",
"version": "1.2.12",
"description": "Javascript client for HAI",
"license": "MIT",
"main": "lib",
Expand Down
7 changes: 2 additions & 5 deletions src/contracts/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,20 +331,17 @@ const tokens: Record<GebDeployment, TokenList> = {
hasRewards: false,
},
*/
/* TODO: uncomment if / after VELO is deployed through governance
VELO: {
address: '0x3c8B650257cFb5f272f799F5e2b4e65093a11a05', // Velodrome
address: '0x9560e827aF36c94D2Ac33a39bCE1Fe78631088Db', // VelodromeV2
decimals: 18,
symbol: 'VELO',
label: 'VELO',
bytes32String: VELO,
collateralJoin: '',
collateralAuctionHouse: '',
collateralJoin: '0x2db7594f644A92ded09F21Fe8f93376c03C9a9d5',
collateralAuctionHouse: '0x65e2cCd69B4bd18C57369b2048F2B02b9b0f7d53',
isCollateral: true,
hasRewards: false,
},
*/
/* TODO: uncomment if / after frxETH is deployed through governance
FRXETH: {
address: '0x6806411765Af15Bddd26f8f544A34cC40cb9838B',
Expand Down

0 comments on commit bd5b206

Please sign in to comment.