Skip to content
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

[iOS] [Multiple networks] Use blockExplorerUrl to open external urls #1338

Closed
DmitryBespalov opened this issue Jul 19, 2021 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@DmitryBespalov
Copy link
Collaborator

DmitryBespalov commented Jul 19, 2021

Click on the address - open the "etherscan" or other block explorer depending on the chain.

The explorer is taken from the chain info.

Backend issue:
5afe/safe-client-gateway#515

{
  ...
  blockExplorerUriTemplate: {
    "address": <string>, // eg.: https://etherscan.io/address/{{address}}
    "txHash": <string> // eg.: https://etherscan.io/tx/{{txHash}}
  }
}
@DmitryBespalov DmitryBespalov added the enhancement New feature or request label Jul 19, 2021
@sche sche self-assigned this Jul 21, 2021
@sche
Copy link
Contributor

sche commented Jul 22, 2021

close this task after we decide here https://gnosisinc.slack.com/archives/CQB729LLF/p1626860224477100

@DmitryBespalov DmitryBespalov added API missing Interface dependency missing Backend missing Backend dependency missing (But interface is specified) labels Jul 26, 2021
sche pushed a commit that referenced this issue Jul 26, 2021
sche pushed a commit that referenced this issue Jul 27, 2021
@DmitryBespalov DmitryBespalov removed Backend missing Backend dependency missing (But interface is specified) API missing Interface dependency missing labels Jul 27, 2021
@DmitryBespalov
Copy link
Collaborator Author

Verified 2.19.0 (532)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants