-
Notifications
You must be signed in to change notification settings - Fork 87
New endpoint: owned safes across networks #449
Comments
Judging by the discussion on slack, it seems that this issue should be on |
Update: added a |
As part of the Owner keys are confusing and not safe to use problem statement, we want to implement suggesting to import owned safes when importing a key by a seed phrase. |
I would not do this before we have safe-global/safe-transaction-service#763 in place. Once it is done the performance overhead should be manageable. |
Please feel free to close this, as we currently only display owned safes on a given chain. |
Will do. We can reopen later it needed. Closing as not planned. |
Overview
For the "In-app Network Switching" epic, we'll need to display the safes owned by a user across multiple networks in the app sidebar.
Requirements
We'd like to be able to receive is a list of records like this:
The request parameters should be:
ownerAddress
chainIds
– comma-separated list of chain ids☝️
chainIds
is supposed to reduce the scope of the request to not fetch safes on all the networks.Existing endpoints
There's already a transaction-service endpoint to fetch the list of owner's safes but it returns only the addresses:
https://safe-transaction.rinkeby.gnosis.io/api/v1/owners/0x474e5Ded6b5D078163BFB8F6dBa355C3aA5478C8/safes/
Screens
Figma screens
The text was updated successfully, but these errors were encountered: