@gitmyabi/safe 1.0.144 → 1.0.146

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 **Safe**
4
4
 
5
- - **Build ID**: `etherscan-safe-f6d713c8-1790181422691`
5
+ - **Build ID**: `etherscan-safe-086e7184-1790215808085`
6
6
  - **Build Number**: 1
7
- - **Commit**: `c32b6f3`
7
+ - **Commit**: `918d1db`
8
8
  - **Branch**: `etherscan`
9
9
  - **Target**: `ethers-v6`
10
10
  - **Contracts**: 1
@@ -12,7 +12,7 @@ Auto-generated TypeScript type bindings for **Safe**
12
12
  ## Installation
13
13
 
14
14
  ```bash
15
- npm install @gitmyabi/safe@1.0.144
15
+ npm install @gitmyabi/safe@1.0.146
16
16
  ```
17
17
 
18
18
  ## Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/safe",
3
- "version": "1.0.144",
4
- "description": "Auto-generated TypeScript type bindings for Safe (build etherscan-safe-f6d713c8-1790181422691, commit c32b6f3, branch etherscan)",
3
+ "version": "1.0.146",
4
+ "description": "Auto-generated TypeScript type bindings for Safe (build etherscan-safe-086e7184-1790215808085, commit 918d1db, 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/safe"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "c32b6f3"
42
+ "shortHash": "918d1db"
43
43
  }