Skip to content

Commit

Permalink
feat: add apxeth
Browse files Browse the repository at this point in the history
  • Loading branch information
piesrtasty authored Jul 21, 2024
2 parents 9b21ecb + 2d26fc4 commit d107b13
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/contracts/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
PENDLE,
STONES,
TOTEM,
APXETH,
} from '../utils'

// All keys are mandatory
Expand Down Expand Up @@ -341,6 +342,17 @@ const tokens: Record<GebDeployment, TokenList> = {
isCollateral: true,
hasRewards: false,
},
APXETH: {
address: '0x16Ed8E219cde31E14a80dCb6C9127A5EC6e88e46',
decimals: 18,
symbol: 'APXETH',
label: 'APXETH',
bytes32String: APXETH,
collateralJoin: '0x1839F5C0EFB25203af719B685E47dAb1A2Cad742',
collateralAuctionHouse: '0xCe2F288305d204B539Cb2637a055488a4E284b90',
isCollateral: true,
hasRewards: false,
},
/* TODO: uncomment if / after frxETH is deployed through governance
FRXETH: {
address: '0x6806411765Af15Bddd26f8f544A34cC40cb9838B',
Expand Down
5 changes: 5 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ const UNI = '0x554e490000000000000000000000000000000000000000000000000000000000'
* byte32 value for the "VELO" collateral
*/
const VELO = '0x56454c4f00000000000000000000000000000000000000000000000000000000'
/**
* byte32 value for the "APXETH" collateral
*/
const APXETH = '0x4150584554480000000000000000000000000000000000000000000000000000'
/**
* byte32 value for the "FRXETH" collateral
*/
Expand Down Expand Up @@ -185,6 +189,7 @@ export {
LDO,
UNI,
VELO,
APXETH,
FRXETH,
SFRXETH,
PENDLE,
Expand Down

0 comments on commit d107b13

Please sign in to comment.