We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585e07f commit c6f849aCopy full SHA for c6f849a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "3.3.4",
+ "version": "3.3.5",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/transactions.ts
@@ -345,6 +345,7 @@ export type MultisigExecutionDetails = {
345
export type DetailedExecutionInfo = ModuleExecutionDetails | MultisigExecutionDetails
346
347
export type TransactionDetails = {
348
+ safeAddress: string
349
txId: string
350
executedAt?: number
351
txStatus: TransactionStatus
0 commit comments