Skip to content

Commit

Permalink
fix: amount format
Browse files Browse the repository at this point in the history
Signed-off-by: Val <98047648+0xValJohn@users.noreply.github.com>
  • Loading branch information
0xValJohn authored Oct 24, 2024
1 parent e9c3ca3 commit 8d1e6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vault-programs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export const vaultPrograms: VaultRewardProgramArgs[] = [
urdAddress: "0x330eefa8a787552DC5cAd3C3cA644844B1E61Ddb", // mainnet urd
tokenAddress: "0xD533a949740bb3306d119CC777fa900bA034cd52", // crv
vault: "0x67315dd969B8Cd3a3520C245837Bf71f54579C75", // LlamaRisk crvUSD Vault
amount: parseUnits("15_000", 18),
amount: parseUnits("15000", 18),
chainId: ChainId.MAINNET,
},
];

0 comments on commit 8d1e6c1

Please sign in to comment.