@gitmyabi/gnosissafe 1.0.121 → 1.0.122

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.
@@ -6,7 +6,6 @@ import type { Address, PublicClient, WalletClient } from 'viem';
6
6
  */
7
7
  export declare const Proxy_jsonAbi: readonly [{
8
8
  readonly inputs: readonly [{
9
- readonly internalType: "address";
10
9
  readonly name: "_masterCopy";
11
10
  readonly type: "address";
12
11
  }];
@@ -11,7 +11,6 @@ exports.Proxy_jsonAbi = [
11
11
  {
12
12
  "inputs": [
13
13
  {
14
- "internalType": "address",
15
14
  "name": "_masterCopy",
16
15
  "type": "address"
17
16
  }
@@ -10,7 +10,6 @@ export const Proxy_jsonAbi = [
10
10
  {
11
11
  "inputs": [
12
12
  {
13
- "internalType": "address",
14
13
  "name": "_masterCopy",
15
14
  "type": "address"
16
15
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/gnosissafe",
3
- "version": "1.0.121",
4
- "description": "Auto-generated TypeScript type bindings for GnosisSafe (build etherscan-gnosissafe-580a96bc-1789537017800, commit 03f0ffd, branch etherscan)",
3
+ "version": "1.0.122",
4
+ "description": "Auto-generated TypeScript type bindings for GnosisSafe (build etherscan-gnosissafe-cd2e72ae-1789563281715, commit b6ebf7c, 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": "03f0ffd"
42
+ "shortHash": "b6ebf7c"
43
43
  }