-
Notifications
You must be signed in to change notification settings - Fork 65
feat: update HyperliquidDepositHandler message
#2111
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
base: master
Are you sure you want to change the base?
feat: update HyperliquidDepositHandler message
#2111
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| // Taken from https://hyperevmscan.io/address/0x420D76Aa59A56953C920a1D1451b0B73147334F1 | ||
| export const HYPERLIQUID_DEPOSIT_HANDLER_ADDRESS = | ||
| "0x861E127036B28D32f3777B4676F6bbb9e007d195"; | ||
| "0x420D76Aa59A56953C920a1D1451b0B73147334F1"; |
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.
I think we can also go with the across constants library, based on the info from this recent PR: https://github.com/across-protocol/contracts/blob/199910196f1f7b57b7c6e2e056260c78012b3b85/broadcast/deployed-addresses.json#L546
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.
I thought so too but the latest beta contracts version is still referring to 0x861E127036B28D32f3777B4676F6bbb9e007d195 and we need the new one
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.
I see, should we also notify the contracts team about this, or do they know anyway?
Will approve for now, but would be great if we can omit having to hardcode addresses.
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.
Yep, if they release a non-beta version we should be able to pull addresses from there soon
|
Deployment failed with the following error: Learn More: https://vercel.link/3Fpeeb1 |
This updates the
HyperliquidDepositHandleraddress to the latest deployment from https://hyperevmscan.io/address/0x420D76Aa59A56953C920a1D1451b0B73147334F1. Also updates the required message for this new handler.NOTE: Only merge AFTER signer is set to the correct address in the handler contract