Skip to content

Commit

Permalink
fix(protocol): fix test related to SendMessageToDelegateOwner.s.sol (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Oct 25, 2024
1 parent f60ce3e commit 65daa3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract SendMessageToDelegateOwner is Script {
address public delegateOwnerImpl = 0x1f0511cDae2fbfD93563469dA02b82dEd320C8Bd;
address public multicall3 = 0xcA11bde05977b3631167028862bE2a173976CA11;
address public l1Bridge = 0xd60247c6848B7Ca29eDdF63AA924E53dB6Ddd8EC;
address public testAccount1 = vm.envAddress("TEST_ACCOUNT1");
address public testAccount1 = 0x3c181965C5cFAE61a9010A283e5e0C1445649810;

modifier broadcast() {
vm.startBroadcast();
Expand Down

0 comments on commit 65daa3e

Please sign in to comment.