From d9af3fe1856a4aaa3c676e0197f2f79d8e9d3a69 Mon Sep 17 00:00:00 2001 From: wilfred Date: Wed, 31 Jan 2024 10:23:54 +0700 Subject: [PATCH] update --- src/modules/airdrop/StepAirdrop/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/airdrop/StepAirdrop/index.tsx b/src/modules/airdrop/StepAirdrop/index.tsx index a80640244..721463fb7 100644 --- a/src/modules/airdrop/StepAirdrop/index.tsx +++ b/src/modules/airdrop/StepAirdrop/index.tsx @@ -161,7 +161,7 @@ const StepsAirdrop = (props: IProps) => { setLoading(true); const resGMHolders = await getBVMAirdrop({ - address: '0xd558Ce757d610ea33fFeA371693e48df8eFC292E', + address, }); if (resGMHolders && compareString(resGMHolders.type, type)) {