Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(mux): Fix lp staking token definitions (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin authored Dec 12, 2023
1 parent e45cb73 commit 2025480
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ export class ArbitrumMuxMuxLpStakingContractPositionFetcher extends ContractPosi
},
{
metaType: MetaType.CLAIMABLE,
address: await contract.read.mux(),
address: await contract.read.weth(),
network: this.network,
},
{
metaType: MetaType.CLAIMABLE,
address: await contract.read.weth(),
address: await contract.read.mux(),
network: this.network,
},
];
Expand Down

0 comments on commit 2025480

Please sign in to comment.