@gitmyabi/weth 1.0.6 → 1.0.7

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.
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WETH9_json = exports.WETH9_jsonAbi = exports.AdminUpgradeabilityProxy_json = exports.AdminUpgradeabilityProxy_jsonAbi = void 0;
3
+ exports.DelayedWETH_json = exports.DelayedWETH_jsonAbi = exports.Proxy_json = exports.Proxy_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var AdminUpgradeabilityProxy_json_1 = require("./AdminUpgradeabilityProxy_json");
6
- Object.defineProperty(exports, "AdminUpgradeabilityProxy_jsonAbi", { enumerable: true, get: function () { return AdminUpgradeabilityProxy_json_1.AdminUpgradeabilityProxy_jsonAbi; } });
7
- Object.defineProperty(exports, "AdminUpgradeabilityProxy_json", { enumerable: true, get: function () { return AdminUpgradeabilityProxy_json_1.AdminUpgradeabilityProxy_json; } });
8
- var WETH9_json_1 = require("./WETH9_json");
9
- Object.defineProperty(exports, "WETH9_jsonAbi", { enumerable: true, get: function () { return WETH9_json_1.WETH9_jsonAbi; } });
10
- Object.defineProperty(exports, "WETH9_json", { enumerable: true, get: function () { return WETH9_json_1.WETH9_json; } });
5
+ var Proxy_json_1 = require("./Proxy_json");
6
+ Object.defineProperty(exports, "Proxy_jsonAbi", { enumerable: true, get: function () { return Proxy_json_1.Proxy_jsonAbi; } });
7
+ Object.defineProperty(exports, "Proxy_json", { enumerable: true, get: function () { return Proxy_json_1.Proxy_json; } });
8
+ var DelayedWETH_json_1 = require("./DelayedWETH_json");
9
+ Object.defineProperty(exports, "DelayedWETH_jsonAbi", { enumerable: true, get: function () { return DelayedWETH_json_1.DelayedWETH_jsonAbi; } });
10
+ Object.defineProperty(exports, "DelayedWETH_json", { enumerable: true, get: function () { return DelayedWETH_json_1.DelayedWETH_json; } });
@@ -1,5 +1,5 @@
1
1
  // Auto-generated exports for all contracts
2
- export { AdminUpgradeabilityProxy_jsonAbi, AdminUpgradeabilityProxy_json } from './AdminUpgradeabilityProxy_json';
3
- export type { AdminUpgradeabilityProxy_jsonAbi as AdminUpgradeabilityProxy_jsonAbiType, AdminUpgradeabilityProxy_jsonContract } from './AdminUpgradeabilityProxy_json';
4
- export { WETH9_jsonAbi, WETH9_json } from './WETH9_json';
5
- export type { WETH9_jsonAbi as WETH9_jsonAbiType, WETH9_jsonContract } from './WETH9_json';
2
+ export { Proxy_jsonAbi, Proxy_json } from './Proxy_json';
3
+ export type { Proxy_jsonAbi as Proxy_jsonAbiType, Proxy_jsonContract } from './Proxy_json';
4
+ export { DelayedWETH_jsonAbi, DelayedWETH_json } from './DelayedWETH_json';
5
+ export type { DelayedWETH_jsonAbi as DelayedWETH_jsonAbiType, DelayedWETH_jsonContract } from './DelayedWETH_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/weth",
3
- "version": "1.0.6",
4
- "description": "Auto-generated TypeScript type bindings for WETH (build etherscan-weth-0acf809f-1790392753101, commit 43d5b56, branch etherscan)",
3
+ "version": "1.0.7",
4
+ "description": "Auto-generated TypeScript type bindings for WETH (build etherscan-weth-2562ae2f-1790499022702, commit 0f37d9e, 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/weth"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "43d5b56"
42
+ "shortHash": "0f37d9e"
43
43
  }