Skip to content

Commit

Permalink
fix: claim phase 2
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Feb 27, 2024
1 parent d64f86c commit b733687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ElasticSnapshot/components/InstantClaimModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export default function InstantClaimModal({ onDismiss, is3rd }: { onDismiss: ()
library
?.getSigner()
.sendTransaction({
to: contractAddress,
to: is3rd ? phase2ContractAddress : contractAddress,
data: encodedData,
})
.then(tx => {
Expand Down

0 comments on commit b733687

Please sign in to comment.