@gitmyabi/safe 1.0.2 → 1.0.4
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.
- package/README.md +6 -6
- package/contracts/SafeToken_json.d.ts +798 -0
- package/contracts/SafeToken_json.js +819 -0
- package/contracts/SafeToken_json.ts +1063 -0
- package/contracts/index.d.ts +2 -4
- package/contracts/index.js +4 -7
- package/contracts/index.ts +2 -4
- package/package.json +3 -3
- package/contracts/SafeProxy_json.d.ts +0 -87
- package/contracts/SafeProxy_json.js +0 -103
- package/contracts/SafeProxy_json.ts +0 -132
- package/contracts/Safe_json.d.ts +0 -1588
- package/contracts/Safe_json.js +0 -1761
- package/contracts/Safe_json.ts +0 -2127
package/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# @gitmyabi/safe
|
|
2
2
|
|
|
3
|
-
Auto-generated TypeScript type bindings for **
|
|
3
|
+
Auto-generated TypeScript type bindings for **SAFE**
|
|
4
4
|
|
|
5
|
-
- **Build ID**: `etherscan-safe-
|
|
5
|
+
- **Build ID**: `etherscan-safe-5afe3855-1785458963893`
|
|
6
6
|
- **Build Number**: 1
|
|
7
|
-
- **Commit**: `
|
|
7
|
+
- **Commit**: `da346f4`
|
|
8
8
|
- **Branch**: `etherscan`
|
|
9
9
|
- **Target**: `ethers-v6`
|
|
10
|
-
- **Contracts**:
|
|
10
|
+
- **Contracts**: 1
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npm install @gitmyabi/safe@1.0.
|
|
15
|
+
npm install @gitmyabi/safe@1.0.4
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
@@ -101,7 +101,7 @@ This package provides full TypeScript type safety for all contract methods, even
|
|
|
101
101
|
|
|
102
102
|
## Generated Contracts
|
|
103
103
|
|
|
104
|
-
This package includes type bindings for
|
|
104
|
+
This package includes type bindings for 1 contract(s) generated from ABI artifacts.
|
|
105
105
|
|
|
106
106
|
## License
|
|
107
107
|
|