Skip to content

Commit

Permalink
deployed addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
devtooligan committed Aug 21, 2023
1 parent ef7165c commit f71444d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/Puzzle.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ contract PuzzleScript is Script {
//forge script script/Puzzle.s.sol:PuzzleScript --rpc-url $MAINNET_RPC --broadcast --verify -vvvv

function run() public {
address nerv = deployHuff("./src/NERVCommand.huff");
// address nerv = deployHuff("./src/NERVCommand.huff");
address nerv = 0xac6a22d4d89e5B4e7a891474257f67c86101796C; // deployed
// vm.broadcast();
// Puzzle puzzle = new Puzzle(nerv);
// console.log("Puzzle Address", address(puzzle));
address puzzle = 0xE92126D243D8290B47Af8b198B662Bf301439830; // deployed
}
}

0 comments on commit f71444d

Please sign in to comment.