Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-react-gateway-sdk",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/index.min.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
6 changes: 1 addition & 5 deletions src/types/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,7 @@ export type TransactionSummary = {
txStatus: TransactionStatus
txInfo: TransactionInfo
executionInfo?: ExecutionInfo
safeAppInfo?: {
name: string
url: string
logoUrl: string
}
safeAppInfo?: SafeAppInfo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad. Thanks for fixing!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's usually difficult to distinguish between i and l 😉

}

export type Transaction = {
Expand Down