Skip to content

Commit

Permalink
program: PAXG rewards recover (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabin54 authored Jan 10, 2025
1 parent ed3d73a commit d287f15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/airdrop-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,13 @@ export const airdropPrograms: AirdropRewardProgramArgs[] = [
chainId: ChainId.MAINNET,
totalRewards: parseUnits("50000", 6),
},
{
claimDate: 1736510400n,
fundsSender: "0xF057afeEc22E220f47AD4220871364e9E828b2e9",
urdAddress: "0x330eefa8a787552dc5cad3c3ca644844b1e61ddb",
tokenAddress: "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
cidV0: "QmPrhswLqpaKmBgY6ThCCtQMWoy8YjfwK52hn6f7RK4JJw",
chainId: ChainId.MAINNET,
totalRewards: parseUnits("8.501000504032258064", 18),
},
];

0 comments on commit d287f15

Please sign in to comment.