We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the web Safe Wallet, we've added an /addOwner route as requested in safe-global/safe-wallet-monorepo#2381.
/addOwner
It works, but ultimately it just redirects to this URL:
/settings/setup?safe=<SAFE_ADDRESS>&address=<NEW_OWNER_ADDRESS>
It would be nice if you could replace /addOwner with /settings/setup in the iOS code so that we don't have to do this redirect.
/settings/setup
Thanks!
The text was updated successfully, but these errors were encountered:
refs/heads/main GH-3337 change '/addOwner' to '/settings/setup'
d1b2dc2
Merge pull request #3353 from safe-global/GH-3337/various-fixes
0997c58
Gh 3337/various fixes
DmitryBespalov
No branches or pull requests
In the web Safe Wallet, we've added an
/addOwner
route as requested in safe-global/safe-wallet-monorepo#2381.It works, but ultimately it just redirects to this URL:
It would be nice if you could replace
/addOwner
with/settings/setup
in the iOS code so that we don't have to do this redirect.Thanks!
The text was updated successfully, but these errors were encountered: