Skip to content

Commit

Permalink
feat: ionic USDC (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm authored Dec 13, 2024
1 parent 0fdce7e commit c98826c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/vault-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,14 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
amount: parseUnits("1000", 18),
chainId: ChainId.MAINNET,
},
{
start: 1734307200n,
end: 1734912000n,
fundsSender: "0x1155b614971f16758C92c4890eD338C9e3ede6b7", // ionic
urdAddress: "0x5400dbb270c956e8985184335a1c62aca6ce1333", // base urd
tokenAddress: "0x3eE5e23eEE121094f1cFc0Ccc79d6C809Ebd22e5", // ion token
vault: "0xCd347c1e7d600a9A3e403497562eDd0A7Bc3Ef21", // ionic usdc vault
amount: parseUnits("325415", 18),
chainId: ChainId.BASE,
},
];

0 comments on commit c98826c

Please sign in to comment.