Skip to content

Commit

Permalink
chore: add unsupported and permit2 addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
filoozom committed Feb 3, 2024
1 parent 2e95e7e commit 0ad299e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/deployParameters/DeployGnosis.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {RouterParameters} from 'contracts/base/RouterImmutables.sol';
contract DeployGnosis is DeployUniversalRouter {
function setUp() public override {
params = RouterParameters({
permit2: UNSUPPORTED_PROTOCOL,
permit2: 0x000000000022D473030F116dDEE9F6B43aC78BA3,
weth9: 0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d,
steth: UNSUPPORTED_PROTOCOL,
wsteth: UNSUPPORTED_PROTOCOL,
Expand All @@ -31,6 +31,6 @@ contract DeployGnosis is DeployUniversalRouter {
poolInitCodeHash: 0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54
});

unsupported = UNSUPPORTED_PROTOCOL;
unsupported = 0xAe4b19d028C6FeF6Ba808454aDe47898B990b028;
}
}

0 comments on commit 0ad299e

Please sign in to comment.