From 302fa35387ddd1b9647063baea1fef47582dddeb Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Thu, 3 Oct 2024 17:10:23 +0500 Subject: [PATCH] chore: change airdrop contract (#4939) --- .../src/modules/hooksStore/dapps/AirdropHookApp/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx b/apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx index 01f3453338..2225379cbb 100644 --- a/apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx +++ b/apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx @@ -18,7 +18,7 @@ const COW_AIRDROP = { name: 'COW', dataBaseUrl: 'https://raw.githubusercontent.com/bleu/cow-airdrop-contract-deployer/example/mock-airdrop-data/', chainId: SupportedChainId.SEPOLIA, - address: '0x0D6361f70f54b0e63A34D3F2D2C2552a21F100Fc', + address: '0x06Ca512F7d35A35Dfa49aa69F12cFB2a9166a95b', token: TokenWithLogo.fromToken( new Token(cowSepolia.chainId, cowSepolia.address, cowSepolia.decimals, cowSepolia.symbol, cowSepolia.name), cowSepolia.logoURI,