Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
[WIP] Update vejoe staking address (#18)
Browse files Browse the repository at this point in the history
* Update vejoe staking address on rinkeby

* Add todo

* vejoe staking proxy

* update rinkeby vejoe token

Co-authored-by: 0xmaxime <[email protected]>
Co-authored-by: robotmurloc-3599 <[email protected]>
  • Loading branch information
3 people authored Mar 21, 2022
1 parent 7482a73 commit ced084a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const FARMLENS_ADDRESS: { [chainId in ChainId]: string } = {
export const FARMLENSV2_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x144b9fD5cbb419F8B1A18CB24B93f8D9332681F8',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0x317946da018248D7dDBF4ABdb3170F32Aa40C752'
[ChainId.AVALANCHE]: '0x317946da018248D7dDBF4ABdb3170F32Aa40C752' // TODO: update after louis' deployment
}

export const ROCKET_JOE_TOKEN_ADDRESS: { [chainId in ChainId]: string } = {
Expand Down Expand Up @@ -162,13 +162,13 @@ export const SJOE_REWARD_TOKEN: { [chainId in ChainId]: string } = {
}

export const VEJOE_STAKING_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x1b79B5334a4ee79f65152BF09a099268F362AA90',
[ChainId.RINKEBY]: '0x1c3C3424439e4A97802d29861cf8DA8A70d51A0e',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0x25D85E17dD9e544F6E9F8D44F99602dbF5a97341'
}

export const VEJOE_TOKEN_ADDRESS: { [chainId in ChainId]: string } = {
[ChainId.RINKEBY]: '0x4EF5E68890EDfd9A3486969b4E742f8531f8e463',
[ChainId.RINKEBY]: '0x15E190De4889c5f2D3AB601D72B6d21709133781',
[ChainId.FUJI]: '0x0000000000000000000000000000000000000000',
[ChainId.AVALANCHE]: '0x3cabf341943Bc8466245e4d6F1ae0f8D071a1456'
}
Expand Down

0 comments on commit ced084a

Please sign in to comment.