@gitmyabi/weth 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.
@@ -1,2 +1,2 @@
1
- export { StandardToken_jsonAbi, StandardToken_json } from './StandardToken_json';
2
- export type { StandardToken_jsonAbi as StandardToken_jsonAbiType, StandardToken_jsonContract } from './StandardToken_json';
1
+ export { WBNB_jsonAbi, WBNB_json } from './WBNB_json';
2
+ export type { WBNB_jsonAbi as WBNB_jsonAbiType, WBNB_jsonContract } from './WBNB_json';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StandardToken_json = exports.StandardToken_jsonAbi = void 0;
3
+ exports.WBNB_json = exports.WBNB_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var StandardToken_json_1 = require("./StandardToken_json");
6
- Object.defineProperty(exports, "StandardToken_jsonAbi", { enumerable: true, get: function () { return StandardToken_json_1.StandardToken_jsonAbi; } });
7
- Object.defineProperty(exports, "StandardToken_json", { enumerable: true, get: function () { return StandardToken_json_1.StandardToken_json; } });
5
+ var WBNB_json_1 = require("./WBNB_json");
6
+ Object.defineProperty(exports, "WBNB_jsonAbi", { enumerable: true, get: function () { return WBNB_json_1.WBNB_jsonAbi; } });
7
+ Object.defineProperty(exports, "WBNB_json", { enumerable: true, get: function () { return WBNB_json_1.WBNB_json; } });
@@ -1,3 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
- export { StandardToken_jsonAbi, StandardToken_json } from './StandardToken_json';
3
- export type { StandardToken_jsonAbi as StandardToken_jsonAbiType, StandardToken_jsonContract } from './StandardToken_json';
2
+ export { WBNB_jsonAbi, WBNB_json } from './WBNB_json';
3
+ export type { WBNB_jsonAbi as WBNB_jsonAbiType, WBNB_jsonContract } from './WBNB_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/weth",
3
- "version": "1.0.2",
4
- "description": "Auto-generated TypeScript type bindings for WETH (build etherscan-weth-a92c7432-1785814245163, commit 2ea7a30, branch etherscan)",
3
+ "version": "1.0.4",
4
+ "description": "Auto-generated TypeScript type bindings for WETH (build etherscan-weth-8fffcdbe-1788214587842, commit 5d9bbee, 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": "2ea7a30"
42
+ "shortHash": "5d9bbee"
43
43
  }