Skip to content

Commit 8470e38

Browse files
authored
chore: add trustedDelegateCallTarget transaction flag (#55)
* chore: add `trustedDelegateCallTarget` tx flag * chore: bump version
1 parent 28f65fd commit 8470e38

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": "2.8.2",
3+
"version": "2.8.3",
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
@@ -265,6 +265,7 @@ export type TransactionData = {
265265
value: string | null
266266
operation: Operation
267267
addressInfoIndex: { [key: string]: AddressEx } | null
268+
trustedDelegateCallTarget: boolean
268269
}
269270

270271
export type ModuleExecutionDetails = {

0 commit comments

Comments
 (0)