-
Notifications
You must be signed in to change notification settings - Fork 37
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
Gh 1371 fix tracking #1375
Gh 1371 fix tracking #1375
Conversation
|
||
let message = """ | ||
Gnosis Safe \(version) | ||
Safe address: \(safe?.address ?? "None") | ||
Safe address: \(address) | ||
Chain: \(chain) |
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.
We (the Android team) decided to also include the id in braces as in: Rinkeby (4)
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.
it is included
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.
Here I asked a related question safe-global/safe-android#1627 (comment)
Codecov Report
@@ Coverage Diff @@
## release/3.0.0 #1375 +/- ##
=================================================
- Coverage 20.19% 20.18% -0.01%
=================================================
Files 344 344
Lines 14382 14382
=================================================
- Hits 2904 2903 -1
- Misses 11478 11479 +1
Continue to review full report at Codecov.
|
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.
LGTM
Handles #1371, #1372, #1373, #1374