Skip to content

Commit 1b32070

Browse files
author
Manuel Gellfart
authored
fix: SafeInfo guard can be null (#79)
1 parent 1ea9189 commit 1b32070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.3",
3+
"version": "3.1.4",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type SafeInfo = {
1414
owners: AddressEx[]
1515
implementation: AddressEx
1616
modules: AddressEx[]
17-
guard: AddressEx
17+
guard: AddressEx | null
1818
fallbackHandler: AddressEx
1919
version: string
2020
collectiblesTag: string

0 commit comments

Comments
 (0)