Skip to content

Commit

Permalink
add liquidity to post setup
Browse files Browse the repository at this point in the history
  • Loading branch information
daopunk committed Jan 16, 2024
1 parent 1b9f854 commit 0c9bc4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/postdeployment/SetupPostEnvironment.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ contract SetupPostEnvironment is Common {
// SIMULATE
// source .env && forge script MockSetupPostEnvironment --with-gas-price 2000000000 -vvvvv --rpc-url $ARB_SEPOLIA_RPC

// ToDo: add liquidity

contract MockSetupPostEnvironment is Common {
IAlgebraFactory public algebraFactory = IAlgebraFactory(SEPOLIA_ALGEBRA_FACTORY);

Expand Down

0 comments on commit 0c9bc4a

Please sign in to comment.