Skip to content

Commit

Permalink
feat: add prod haiVELO address
Browse files Browse the repository at this point in the history
  • Loading branch information
piesrtasty committed Jan 24, 2025
1 parent 0871098 commit 526a96b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/contracts/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const addresses: Record<GebDeployment, ContractList> = {
JOB_ACCOUNTING: '0xc256C3aa404Ab74cE050Bcf8A05256B6A1729EF0',
JOB_LIQUIDATION: '0x5EF15750b5672CD6217E4E184cEAD440cB1b3638',
JOB_ORACLES: '0xF4F18205D8D46638489865e42c0a71a3d4F9FC22',
WRAPPED_TOKEN_HAI_VELO: '0x3E2D4B6652198aa914c5365192b54B5a808fB7ba',
WRAPPED_TOKEN_HAI_VELO: '0x70f3713512089736661F928B291d1443C8b1BB6A',
MERKLE_DISTRIBUTOR_FACTORY_KITE: '0x3975Ff822aF38552fAC62A975D4D4e0Ea5Ac5980',
MERKLE_DISTRIBUTOR_FACTORY_OP: '0x524fE171e80173C15381bB50034033dA282abCc6',
MERKLE_DISTRIBUTOR_FACTORY_DINERO: '0xFC4fD07b8CbA6b008952656a3d16A25da012EA56',
Expand Down Expand Up @@ -352,6 +352,17 @@ const tokens: Record<GebDeployment, TokenList> = {
isCollateral: true,
hasRewards: false,
},
HAIVELO: {
address: '0x70f3713512089736661F928B291d1443C8b1BB6A',
decimals: 18,
symbol: 'HAIVELO',
label: 'HAIVELO',
bytes32String: HAIVELO,
collateralJoin: '',
collateralAuctionHouse: '',
isCollateral: false,
hasRewards: false,
},
APXETH: {
address: '0x16Ed8E219cde31E14a80dCb6C9127A5EC6e88e46',
decimals: 18,
Expand Down

0 comments on commit 526a96b

Please sign in to comment.