Skip to content

Commit

Permalink
fix: fix anvil deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Mar 27, 2024
1 parent 4ce85ac commit ec549d1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,14 @@ contract Deploy001_Diamond_Dollar is Script, DiamondTestHelper {
// Collateral token setup
//==========================

// start sending owner transactions
vm.startBroadcast(ownerPrivateKey);

initCollateral();

// stop sending owner transactions
vm.stopBroadcast();

//=========================
// UbiquiPoolFacet setup
//=========================
Expand Down

0 comments on commit ec549d1

Please sign in to comment.