Skip to content

Commit

Permalink
fixup! feat: add simulations for 2023-09-22 payments
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka committed Sep 22, 2023
1 parent c394681 commit 3a941f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simulations/vip-173/simulations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ forking(31966000, () => {
AMOUNT_TO_BRIDGE,
1,
anyValue,
parseUnits("0.01", 9),
parseUnits("0.01", 6),
);
},
});
Expand Down
2 changes: 1 addition & 1 deletion vips/vip-173.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Code4rena — Venus Prime
parseUnits("42000", 18), // _amount
1, // _dstChainId
1695390016, // _nonce
parseUnits("0.01", 9), // _maxSlippage
parseUnits("0.01", 6), // _maxSlippage
],
},
{
Expand Down

0 comments on commit 3a941f3

Please sign in to comment.