From ced084a3ecf89fe3fd9582c3ebacda7cb63f1050 Mon Sep 17 00:00:00 2001 From: Maxime <52084503+Max-3-7@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:39:27 +0100 Subject: [PATCH] =?UTF-8?q?[WIP]=C2=A0Update=20vejoe=20staking=20address?= =?UTF-8?q?=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update vejoe staking address on rinkeby * Add todo * vejoe staking proxy * update rinkeby vejoe token Co-authored-by: 0xmaxime Co-authored-by: robotmurloc-3599 <81496776+0xmurloc@users.noreply.github.com> --- src/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index e384437..da62b08 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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 } = { @@ -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' }