From b6fa0539dc75719ba54be37a443c3b7c79c6b3ed Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Wed, 4 Dec 2024 20:48:05 +0700 Subject: [PATCH] updated staking contract addr --- src/config/globalVariables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/globalVariables.js b/src/config/globalVariables.js index e5b0cc691..a861e00c8 100644 --- a/src/config/globalVariables.js +++ b/src/config/globalVariables.js @@ -1,7 +1,7 @@ export const globalVariables = { exampleVariable: 'Hello, World!', postageStampContract: '0x45a1502382541Cd610CC9068e88727426b696293', - stakingContract: '0xBe212EA1A4978a64e8f7636Ae18305C38CA092Bd', + stakingContract: '0x445B848e16730988F871c4a09aB74526d27c2Ce8', redistributionContract: '0xFfF73fd14537277B3F3807e1AB0F85E17c0ABea5', priceOracleContract: '0x86DE783Bf23Bc13DaeF5A55ec531C198da8f10cF' };