Skip to content

Commit fedb963

Browse files
committed
feat: add claim
1 parent 895f95b commit fedb963

6 files changed

Lines changed: 1273058 additions & 0 deletions

File tree

airdrop.config.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Airdrop claim site config (edit before deploying).
2+
// Keep this file at repo root so it can be updated without touching page code.
3+
window.RSS3_AIRDROP_CONFIG = {
4+
// MerkleAirdrop contract address (MerkleAirdrop.sol).
5+
// TODO: set to the deployed contract address.
6+
contractAddress: "0x0000000000000000000000000000000000000000",
7+
8+
// Target chain (Ethereum mainnet).
9+
// Wallet must be connected to this chain to claim.
10+
requiredChainId: "0x1",
11+
12+
13+
// Merkle JSON with { root, entries: { [address]: { amount, proof } } }
14+
merkleUrl: "/assets/final_airdrop_merkle.json",
15+
};

0 commit comments

Comments
 (0)