merkle-distribution icon indicating copy to clipboard operation
merkle-distribution copied to clipboard

Merkle airdrop data for 1inch airdrops

Open 0xalfalfa opened this issue 3 years ago • 0 comments

Would you consider publishing the amounts and merkle index numbers for all addresses that received an 1inch airdrop, please?

For the Uniswap airdrop the data is readily available as a whole at https://mrkl.uniswap.org/ and chunked at https://github.com/Uniswap/mrkl-drop-data-chunks.

Your backend returns the data for one address through these endpoints:

https://governance.1inch.io/v1.1/distribution/0x3e1ad9ab7cd9a3c48f8fe4ef1fe95ce9bd061294 https://governance.1inch.io/v1.1/distribution/v2/0x3e1ad9ab7cd9a3c48f8fe4ef1fe95ce9bd061294

However, the complete data for all addresses is not available.

Rationale: To check a batch of addresses for a claimable reward, the complete list of rewarded addresses is needed and their index number in the merkle tree, so that the function isClaimed(index) on the 1inch MerkleDistributor contract can be called on chain.

0xalfalfa avatar Jan 31 '22 20:01 0xalfalfa