-
Notifications
You must be signed in to change notification settings - Fork 54
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: enable Ink in the relayer #1966
feat: enable Ink in the relayer #1966
Conversation
Signed-off-by: james-a-morris <[email protected]>
Signed-off-by: james-a-morris <[email protected]>
Since it doesn't look like we are supporting any USD stablecoin on Ink right away, you probably need to add relayer/src/clients/ProfitClient.ts Line 605 in e9ad355
|
Signed-off-by: james-a-morris <[email protected]>
|
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 the address of the output oracle
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. Sounds right that we don't need the output oracle for updated OP chains. I've tried running finalizations on Base/Optimism without the address and they work fine.
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.
Left a few q's
Signed-off-by: james-a-morris <[email protected]>
Enables the Ink chain in the relayer.