-
Notifications
You must be signed in to change notification settings - Fork 107
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
Issue to deploy safe infrastructure on a new chain #124
Comments
Npm allows you to rewrite package resolutions. You can also patch the dependency to include your addresses. There are many solutions. If you wish to request a deployment/upgrade, please create an issue/PR in the corresponding repo. |
How do I override the deployments package for the UI? The only thing stopping me from deploying safe-wallets for my chain is UI erroring I had an issue open to increase the deployments version on the web repo and they wont because it needs to be tested. |
Hmm, I'm not sure if it's possible with docker compose. Perhaps you could run the UI separately and update the dependency in the package.json there. CC @katspaugh |
In the frontend repo, the following has to be done to support a new chain:
|
the only step in that, is the webui isnt updated and is 4 versions behind the latest and 3 versions behind the SDK. |
Great, then please feel free to update the packages in the UI, I'll accept the PR. 👍 |
Ok now that thats all merged and a release made, i updated the docker version and its now saying the proxy contract address is invalid? But it is there: https://explorer.hypra.network/address/0xa6B71E26C5e0845f74c812102Ca7114b6a896AB2 Im not sure whats wrong here. |
@katspaugh Could you please upgrade both |
The ui version was updated in the . |
Last version should fix the issue, closing due inactivity. |
Sorry I should've mentioned here: the packages were updated. So all good. |
We want to follow the procedure described it here : https://github.com/safe-global/safe-infrastructure
So we started adding our token to safe-deployment repo and request a bump in the NPM package. Done.
But, other libraries / tools still refer to old versions that does not include the newest safe-deployment package.
So, it seems that the whole stack needs to be bumped
is it right ? or do we miss something ?
Thanks !
The text was updated successfully, but these errors were encountered: