Skip to content

Commit

Permalink
test(protocol): fix another L2 test failure (#18304)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Oct 25, 2024
1 parent b44c2d0 commit b3dd4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/script/layer2/DeployDelegateOwner.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "src/layer2/DelegateOwner.sol";
// forge script --rpc-url https://rpc.mainnet.taiko.xyz script/DeployDelegateOwner.s.sol
contract DeployDelegateOwner is DeployCapability {
address public l2Sam = 0x1670000000000000000000000000000000000006;
address public testAccount2 = vm.envAddress("TEST_ACCOUNT2");
address public testAccount2 = 0x3c181965C5cFAE61a9010A283e5e0C1445649810;

address public l1Owner = testAccount2;
address public l2Admin = testAccount2;
Expand Down

0 comments on commit b3dd4dc

Please sign in to comment.