Skip to content

Commit

Permalink
feat(safe-pass): add SAFE Pass rewards (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabin54 authored Sep 11, 2024
1 parent b23e5cd commit 6640528
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/airdrop-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@ export type AirdropRewardProgramArgs = {
* }
* ]
*/
export const airdropPrograms: AirdropRewardProgramArgs[] = [];
export const airdropPrograms: AirdropRewardProgramArgs[] = [
{
claimDate: 1725840000n,
fundsSender: "0xF057afeEc22E220f47AD4220871364e9E828b2e9",
urdAddress: "0x330eefa8a787552dc5cad3c3ca644844b1e61ddb",
tokenAddress: "0x9994E35Db50125E0DF82e4c2dde62496CE330999",
cidV0: "QmQfqJFzi43vA9PLZtL9jdXBed3yjWCjjnpKoBJFLnwi9U",
chainId: ChainId.MAINNET,
},
];

0 comments on commit 6640528

Please sign in to comment.