File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: UNLICENSED
2+ pragma solidity ^ 0.8.15 ;
3+
4+ import {DeployUniversalRouter} from '../DeployUniversalRouter.s.sol ' ;
5+ import {RouterParameters} from 'contracts/types/RouterParameters.sol ' ;
6+
7+ contract DeployZora is DeployUniversalRouter {
8+ function setUp () public override {
9+ params = RouterParameters ({
10+ permit2: 0x000000000022D473030F116dDEE9F6B43aC78BA3 ,
11+ weth9: 0x4200000000000000000000000000000000000006 ,
12+ v2Factory: 0x0F797dC7efaEA995bB916f268D919d0a1950eE3C ,
13+ v3Factory: 0x7145F8aeef1f6510E92164038E1B6F8cB2c42Cbb ,
14+ pairInitCodeHash: 0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f ,
15+ poolInitCodeHash: 0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54 ,
16+ v4PoolManager: address (0 ),
17+ v3NFTPositionManager: 0xbC91e8DfA3fF18De43853372A3d7dfe585137D78 ,
18+ v4PositionManager: address (0 )
19+ });
20+ }
21+ }
You can’t perform that action at this time.
0 commit comments