@gitmyabi/presale 1.0.1 → 1.0.2

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,4 +1,4 @@
1
1
  export { TransparentUpgradeableProxy_jsonAbi, TransparentUpgradeableProxy_json } from './TransparentUpgradeableProxy_json';
2
2
  export type { TransparentUpgradeableProxy_jsonAbi as TransparentUpgradeableProxy_jsonAbiType, TransparentUpgradeableProxy_jsonContract } from './TransparentUpgradeableProxy_json';
3
- export { PresaleV2_jsonAbi, PresaleV2_json } from './PresaleV2_json';
4
- export type { PresaleV2_jsonAbi as PresaleV2_jsonAbiType, PresaleV2_jsonContract } from './PresaleV2_json';
3
+ export { PresaleV3_jsonAbi, PresaleV3_json } from './PresaleV3_json';
4
+ export type { PresaleV3_jsonAbi as PresaleV3_jsonAbiType, PresaleV3_jsonContract } from './PresaleV3_json';
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PresaleV2_json = exports.PresaleV2_jsonAbi = exports.TransparentUpgradeableProxy_json = exports.TransparentUpgradeableProxy_jsonAbi = void 0;
3
+ exports.PresaleV3_json = exports.PresaleV3_jsonAbi = exports.TransparentUpgradeableProxy_json = exports.TransparentUpgradeableProxy_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
5
  var TransparentUpgradeableProxy_json_1 = require("./TransparentUpgradeableProxy_json");
6
6
  Object.defineProperty(exports, "TransparentUpgradeableProxy_jsonAbi", { enumerable: true, get: function () { return TransparentUpgradeableProxy_json_1.TransparentUpgradeableProxy_jsonAbi; } });
7
7
  Object.defineProperty(exports, "TransparentUpgradeableProxy_json", { enumerable: true, get: function () { return TransparentUpgradeableProxy_json_1.TransparentUpgradeableProxy_json; } });
8
- var PresaleV2_json_1 = require("./PresaleV2_json");
9
- Object.defineProperty(exports, "PresaleV2_jsonAbi", { enumerable: true, get: function () { return PresaleV2_json_1.PresaleV2_jsonAbi; } });
10
- Object.defineProperty(exports, "PresaleV2_json", { enumerable: true, get: function () { return PresaleV2_json_1.PresaleV2_json; } });
8
+ var PresaleV3_json_1 = require("./PresaleV3_json");
9
+ Object.defineProperty(exports, "PresaleV3_jsonAbi", { enumerable: true, get: function () { return PresaleV3_json_1.PresaleV3_jsonAbi; } });
10
+ Object.defineProperty(exports, "PresaleV3_json", { enumerable: true, get: function () { return PresaleV3_json_1.PresaleV3_json; } });
@@ -1,5 +1,5 @@
1
1
  // Auto-generated exports for all contracts
2
2
  export { TransparentUpgradeableProxy_jsonAbi, TransparentUpgradeableProxy_json } from './TransparentUpgradeableProxy_json';
3
3
  export type { TransparentUpgradeableProxy_jsonAbi as TransparentUpgradeableProxy_jsonAbiType, TransparentUpgradeableProxy_jsonContract } from './TransparentUpgradeableProxy_json';
4
- export { PresaleV2_jsonAbi, PresaleV2_json } from './PresaleV2_json';
5
- export type { PresaleV2_jsonAbi as PresaleV2_jsonAbiType, PresaleV2_jsonContract } from './PresaleV2_json';
4
+ export { PresaleV3_jsonAbi, PresaleV3_json } from './PresaleV3_json';
5
+ export type { PresaleV3_jsonAbi as PresaleV3_jsonAbiType, PresaleV3_jsonContract } from './PresaleV3_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/presale",
3
- "version": "1.0.1",
4
- "description": "Auto-generated TypeScript type bindings for Presale (build etherscan-presale-58dcc869-1785744118854, commit 7a78d44, branch etherscan)",
3
+ "version": "1.0.2",
4
+ "description": "Auto-generated TypeScript type bindings for Presale (build etherscan-presale-4775f480-1785938549711, commit 68df81c, 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/presale"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "7a78d44"
42
+ "shortHash": "68df81c"
43
43
  }