Skip to content

Commit

Permalink
chore: update airdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
271212 committed Feb 1, 2024
1 parent 5a00b61 commit 9932ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/airdrop/StepAirdrop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ const StepsAirdrop = (props: IProps) => {
const address = data.address;
const resPerceptronsHolders = await getBVMAirdrop({
address: address,
type: AirdropStep.perceptronsHolders,
});
AirdropStorage.setIsConnectBitcoinWallet(true);
AirdropStorage.setAirdropPerceptronsHolders(resPerceptronsHolders);
Expand Down

0 comments on commit 9932ed7

Please sign in to comment.