Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfred committed Jan 31, 2024
1 parent 645a764 commit d9af3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/airdrop/StepAirdrop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const StepsAirdrop = (props: IProps) => {
setLoading(true);

const resGMHolders = await getBVMAirdrop({
address: '0xd558Ce757d610ea33fFeA371693e48df8eFC292E',
address,
});

if (resGMHolders && compareString(resGMHolders.type, type)) {
Expand Down

0 comments on commit d9af3fe

Please sign in to comment.