Skip to content

Commit

Permalink
chore: change airdrop contract (#4939)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Oct 3, 2024
1 parent 9c364bd commit 302fa35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 302fa35

Please sign in to comment.