Skip to content

Commit

Permalink
Merge pull request #3 from the-standard/202405-staking-snag
Browse files Browse the repository at this point in the history
fix: staking arb one
  • Loading branch information
ZakMooney authored May 29, 2024
2 parents bb91f82 + ed97824 commit 66ea6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/Store.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const useStakingContractsStore = create() (

export const useLiquidationPoolStore = create() (
(set) => ({
arbitrumLiquidationPoolAddress: "0x698c8bA8879b1761A62B35f1B2141E9eDAB734d6",
arbitrumLiquidationPoolAddress: "0x6F3e7d650D7Fe0fd4232c76561c8022D12107c93",
arbitrumSepoliaLiquidationPoolAddress: "0x698c8bA8879b1761A62B35f1B2141E9eDAB734d6",
setLiquidationPoolAddress: (arbitrumLiquidationPoolAddress) =>
set(() => ({ liquidationPoolAddress: arbitrumLiquidationPoolAddress })),
Expand Down

0 comments on commit 66ea6d2

Please sign in to comment.