We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea9189 commit 1b32070Copy full SHA for 1b32070
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "3.1.3",
+ "version": "3.1.4",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/common.ts
@@ -14,7 +14,7 @@ export type SafeInfo = {
14
owners: AddressEx[]
15
implementation: AddressEx
16
modules: AddressEx[]
17
- guard: AddressEx
+ guard: AddressEx | null
18
fallbackHandler: AddressEx
19
version: string
20
collectiblesTag: string
0 commit comments