Skip to content

Commit c6f849a

Browse files
authored
fix: Update TransactionDetails type (#87)
* fix: Update TransactionDetails type * chore: Bump version to 3.3.5
1 parent 585e07f commit c6f849a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-gateway-sdk",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/transactions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export type MultisigExecutionDetails = {
345345
export type DetailedExecutionInfo = ModuleExecutionDetails | MultisigExecutionDetails
346346

347347
export type TransactionDetails = {
348+
safeAddress: string
348349
txId: string
349350
executedAt?: number
350351
txStatus: TransactionStatus

0 commit comments

Comments
 (0)