We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0005e4d commit d41b5a1Copy full SHA for d41b5a1
script/DeployAttack.s.sol
@@ -3,7 +3,6 @@ pragma solidity ^0.8.13;
3
4
import {Script, console} from "forge-std/Script.sol";
5
import {Wallet3} from "../src/Wallet3.sol";
6
-import {Proxy} from "../src/Proxy.sol";
7
import {Attacker} from "../src/Attacker.sol";
8
9
contract Attack is Script {
script/attack.sh
@@ -1,4 +1,5 @@
1
2
+forge script --chain sepolia --rpc-url http://127.0.0.1:8080/rpc --broadcast -vvvv script/DeployAttack.s.sol
target_active="0x000000000000000000000000e5ed47bcc12028b9be183a80b8821119e9397ef7"
while [ 1 -eq 1 ]
do
0 commit comments