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.
trustedDelegateCallTarget
1 parent 28f65fd commit 8470e38Copy full SHA for 8470e38
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "2.8.2",
+ "version": "2.8.3",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/transactions.ts
@@ -265,6 +265,7 @@ export type TransactionData = {
265
value: string | null
266
operation: Operation
267
addressInfoIndex: { [key: string]: AddressEx } | null
268
+ trustedDelegateCallTarget: boolean
269
}
270
271
export type ModuleExecutionDetails = {
0 commit comments