@gitmyabi/coinbasesmartwallet 1.0.18 → 1.0.20
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
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Auto-generated TypeScript type bindings for **CoinbaseSmartWallet**
|
|
4
4
|
|
|
5
|
-
- **Build ID**: `etherscan-coinbasesmartwallet-
|
|
5
|
+
- **Build ID**: `etherscan-coinbasesmartwallet-8e519266-1787428783485`
|
|
6
6
|
- **Build Number**: 1
|
|
7
|
-
- **Commit**: `
|
|
7
|
+
- **Commit**: `9fc64e8`
|
|
8
8
|
- **Branch**: `etherscan`
|
|
9
9
|
- **Target**: `ethers-v6`
|
|
10
10
|
- **Contracts**: 1
|
|
@@ -12,7 +12,7 @@ Auto-generated TypeScript type bindings for **CoinbaseSmartWallet**
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
npm install @gitmyabi/coinbasesmartwallet@1.0.
|
|
15
|
+
npm install @gitmyabi/coinbasesmartwallet@1.0.20
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
@@ -52,14 +52,6 @@ export declare const CoinbaseSmartWallet_jsonAbi: readonly [{
|
|
|
52
52
|
}];
|
|
53
53
|
readonly name: "InvalidEthereumAddressOwner";
|
|
54
54
|
readonly type: "error";
|
|
55
|
-
}, {
|
|
56
|
-
readonly inputs: readonly [{
|
|
57
|
-
readonly internalType: "address";
|
|
58
|
-
readonly name: "implementation";
|
|
59
|
-
readonly type: "address";
|
|
60
|
-
}];
|
|
61
|
-
readonly name: "InvalidImplementation";
|
|
62
|
-
readonly type: "error";
|
|
63
55
|
}, {
|
|
64
56
|
readonly inputs: readonly [{
|
|
65
57
|
readonly internalType: "uint256";
|
|
@@ -40,17 +40,6 @@ exports.CoinbaseSmartWallet_jsonAbi = [
|
|
|
40
40
|
"name": "InvalidEthereumAddressOwner",
|
|
41
41
|
"type": "error"
|
|
42
42
|
},
|
|
43
|
-
{
|
|
44
|
-
"inputs": [
|
|
45
|
-
{
|
|
46
|
-
"internalType": "address",
|
|
47
|
-
"name": "implementation",
|
|
48
|
-
"type": "address"
|
|
49
|
-
}
|
|
50
|
-
],
|
|
51
|
-
"name": "InvalidImplementation",
|
|
52
|
-
"type": "error"
|
|
53
|
-
},
|
|
54
43
|
{
|
|
55
44
|
"inputs": [
|
|
56
45
|
{
|
|
@@ -65,17 +65,6 @@ export const CoinbaseSmartWallet_jsonAbi = [
|
|
|
65
65
|
"name": "InvalidEthereumAddressOwner",
|
|
66
66
|
"type": "error"
|
|
67
67
|
},
|
|
68
|
-
{
|
|
69
|
-
"inputs": [
|
|
70
|
-
{
|
|
71
|
-
"internalType": "address",
|
|
72
|
-
"name": "implementation",
|
|
73
|
-
"type": "address"
|
|
74
|
-
}
|
|
75
|
-
],
|
|
76
|
-
"name": "InvalidImplementation",
|
|
77
|
-
"type": "error"
|
|
78
|
-
},
|
|
79
68
|
{
|
|
80
69
|
"inputs": [
|
|
81
70
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitmyabi/coinbasesmartwallet",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Auto-generated TypeScript type bindings for CoinbaseSmartWallet (build etherscan-coinbasesmartwallet-
|
|
3
|
+
"version": "1.0.20",
|
|
4
|
+
"description": "Auto-generated TypeScript type bindings for CoinbaseSmartWallet (build etherscan-coinbasesmartwallet-8e519266-1787428783485, commit 9fc64e8, 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/coinbasesmartwallet"
|
|
40
40
|
},
|
|
41
41
|
"branch": "etherscan",
|
|
42
|
-
"shortHash": "
|
|
42
|
+
"shortHash": "9fc64e8"
|
|
43
43
|
}
|