Skip to content

Commit bb356b3

Browse files
committed
test commit
1 parent e60e770 commit bb356b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/DeployUniversalRouter.s.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import {UniversalRouter} from 'contracts/UniversalRouter.sol';
1010
bytes32 constant SALT = bytes32(uint256(0x00000000000000000000000000000000000000005eb67581652632000a6cbedf));
1111

1212
abstract contract DeployUniversalRouter is Script {
13-
RouterParameters internal params;
14-
address internal unsupported;
13+
RouterParameters internal params
14+
address internal unsupported
1515

1616
address constant UNSUPPORTED_PROTOCOL = address(0);
17-
bytes32 constant BYTES32_ZERO = bytes32(0);
17+
bytes32 constant BYTES32_ZEO = bytes32(0);
1818

1919
error Permit2NotDeployed();
2020

0 commit comments

Comments
 (0)