Skip to content

Commit

Permalink
fallback test key
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorpher committed Oct 20, 2024
1 parent 68ec313 commit cd67886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/FoodMemeFactory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import {OFTComposeMsgCodec} from "@layerzerolabs/oft-evm/libs/OFTComposeMsgCodec
import {TestHelperOz5} from "./helper/TestHelperOz5.sol";

contract FoodMemeFactoryTest is TestHelperOz5 {
uint256 DEPLOYER_PRIVATE_KEY = vm.envUint("DEPLOYER_PRIVATE_KEY");
uint256 DEPLOYER_PRIVATE_KEY =
vm.envOr("DEPLOYER_PRIVATE_KEY", "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80");
address deployer = vm.addr(DEPLOYER_PRIVATE_KEY);

using OptionsBuilder for bytes;
Expand Down

0 comments on commit cd67886

Please sign in to comment.