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 e60e770 commit bb356b3Copy full SHA for bb356b3
script/DeployUniversalRouter.s.sol
@@ -10,11 +10,11 @@ import {UniversalRouter} from 'contracts/UniversalRouter.sol';
10
bytes32 constant SALT = bytes32(uint256(0x00000000000000000000000000000000000000005eb67581652632000a6cbedf));
11
12
abstract contract DeployUniversalRouter is Script {
13
- RouterParameters internal params;
14
- address internal unsupported;
+ RouterParameters internal params
+ address internal unsupported
15
16
address constant UNSUPPORTED_PROTOCOL = address(0);
17
- bytes32 constant BYTES32_ZERO = bytes32(0);
+ bytes32 constant BYTES32_ZEO = bytes32(0);
18
19
error Permit2NotDeployed();
20
0 commit comments