From 9932ed7513a5af5a7b110b23102202e453dc263d Mon Sep 17 00:00:00 2001 From: 2712 <2712@trustless.computer> Date: Thu, 1 Feb 2024 11:18:32 +0700 Subject: [PATCH] chore: update airdrop --- src/modules/airdrop/StepAirdrop/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/airdrop/StepAirdrop/index.tsx b/src/modules/airdrop/StepAirdrop/index.tsx index b4da1f855..992534d55 100644 --- a/src/modules/airdrop/StepAirdrop/index.tsx +++ b/src/modules/airdrop/StepAirdrop/index.tsx @@ -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);