Skip to content

Commit

Permalink
Merge pull request #2389 from zeitgeistpm/tr-revert-claim-config
Browse files Browse the repository at this point in the history
Revert claim config
  • Loading branch information
Robiquet authored Apr 8, 2024
2 parents 99c4ebd + cae7629 commit 0e16552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/claim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import airdrop from "../public/airdrop.json";
import { environment } from "lib/constants";
import NotFoundPage from "./404";

const TOTAL_AIRDROP_ZTG = 2_000_000;
const TOTAL_AIRDROP_ZTG = 1_000_000;
const ZTG_PER_ADDRESS = TOTAL_AIRDROP_ZTG / airdrop.length;
const AIRDROP_REMARK_PREFIX = "zeitgeist.airdrop-1";

Expand Down

0 comments on commit 0e16552

Please sign in to comment.