-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add aleph zero #499
feat: add aleph zero #499
Conversation
startBlockNumber: 4112376, | ||
abi: JSON.stringify(SpokePoolV3Abi), | ||
acrossVersion: AcrossContractsVersion.V3, | ||
firstDepositId: 0, |
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.
Does this fit with the deploy we made?
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.
Is firstDepositId
0 or 1?
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.
Does this fit with the deploy we made?
Yes, do you see any differences? @james-a-morris
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.
Is firstDepositId 0 or 1?
We set it to 0, here. The first item of initArgs
is the initialDepositId
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.
Do we need to do anything about the step no3 from here?
startBlockNumber: 4112376, | ||
abi: JSON.stringify(SpokePoolV3Abi), | ||
acrossVersion: AcrossContractsVersion.V3, | ||
firstDepositId: 0, |
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.
Is firstDepositId
0 or 1?
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.
lgtm pending @amateima's signoff
No description provided.