-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zora addresses #439
zora addresses #439
Conversation
pairInitCodeHash: 0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f, | ||
poolInitCodeHash: 0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54, | ||
v4PoolManager: address(0), | ||
v3NFTPositionManager: 0x7145F8aeef1f6510E92164038E1B6F8cB2c42Cbb, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the v3 factory, it should be 0xbC91e8DfA3fF18De43853372A3d7dfe585137D78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ya should be 0xbC91e8DfA3fF18De43853372A3d7dfe585137D78
import {DeployUniversalRouter} from '../DeployUniversalRouter.s.sol'; | ||
import {RouterParameters} from 'contracts/types/RouterParameters.sol'; | ||
|
||
contract DeployWorldchain is DeployUniversalRouter { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
contract DeployWorldchain is DeployUniversalRouter { | |
contract DeployZora is DeployUniversalRouter { |
No description provided.