@gitmyabi/gnosissafe 1.0.108 → 1.0.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  Auto-generated TypeScript type bindings for **GnosisSafe**
4
4
 
5
- - **Build ID**: `etherscan-gnosissafe-554e3246-1788979267357`
5
+ - **Build ID**: `etherscan-gnosissafe-3d17da0e-1789071801477`
6
6
  - **Build Number**: 1
7
- - **Commit**: `ba95dc1`
7
+ - **Commit**: `e54a0f4`
8
8
  - **Branch**: `etherscan`
9
9
  - **Target**: `ethers-v6`
10
10
  - **Contracts**: 2
@@ -12,7 +12,7 @@ Auto-generated TypeScript type bindings for **GnosisSafe**
12
12
  ## Installation
13
13
 
14
14
  ```bash
15
- npm install @gitmyabi/gnosissafe@1.0.108
15
+ npm install @gitmyabi/gnosissafe@1.0.109
16
16
  ```
17
17
 
18
18
  ## Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/gnosissafe",
3
- "version": "1.0.108",
4
- "description": "Auto-generated TypeScript type bindings for GnosisSafe (build etherscan-gnosissafe-554e3246-1788979267357, commit ba95dc1, branch etherscan)",
3
+ "version": "1.0.109",
4
+ "description": "Auto-generated TypeScript type bindings for GnosisSafe (build etherscan-gnosissafe-3d17da0e-1789071801477, commit e54a0f4, branch etherscan)",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
7
7
  "exports": {
@@ -39,5 +39,5 @@
39
39
  "url": "https://github.com/etherscan/gnosissafe"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "ba95dc1"
42
+ "shortHash": "e54a0f4"
43
43
  }