@gitmyabi/usdt 1.0.11 → 1.0.13

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 { DefiTokenFixedSupply_jsonAbi, DefiTokenFixedSupply_json } from './DefiTokenFixedSupply_json';
2
- export type { DefiTokenFixedSupply_jsonAbi as DefiTokenFixedSupply_jsonAbiType, DefiTokenFixedSupply_jsonContract } from './DefiTokenFixedSupply_json';
1
+ export { EssentialToken_jsonAbi, EssentialToken_json } from './EssentialToken_json';
2
+ export type { EssentialToken_jsonAbi as EssentialToken_jsonAbiType, EssentialToken_jsonContract } from './EssentialToken_json';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DefiTokenFixedSupply_json = exports.DefiTokenFixedSupply_jsonAbi = void 0;
3
+ exports.EssentialToken_json = exports.EssentialToken_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var DefiTokenFixedSupply_json_1 = require("./DefiTokenFixedSupply_json");
6
- Object.defineProperty(exports, "DefiTokenFixedSupply_jsonAbi", { enumerable: true, get: function () { return DefiTokenFixedSupply_json_1.DefiTokenFixedSupply_jsonAbi; } });
7
- Object.defineProperty(exports, "DefiTokenFixedSupply_json", { enumerable: true, get: function () { return DefiTokenFixedSupply_json_1.DefiTokenFixedSupply_json; } });
5
+ var EssentialToken_json_1 = require("./EssentialToken_json");
6
+ Object.defineProperty(exports, "EssentialToken_jsonAbi", { enumerable: true, get: function () { return EssentialToken_json_1.EssentialToken_jsonAbi; } });
7
+ Object.defineProperty(exports, "EssentialToken_json", { enumerable: true, get: function () { return EssentialToken_json_1.EssentialToken_json; } });
@@ -1,3 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
- export { DefiTokenFixedSupply_jsonAbi, DefiTokenFixedSupply_json } from './DefiTokenFixedSupply_json';
3
- export type { DefiTokenFixedSupply_jsonAbi as DefiTokenFixedSupply_jsonAbiType, DefiTokenFixedSupply_jsonContract } from './DefiTokenFixedSupply_json';
2
+ export { EssentialToken_jsonAbi, EssentialToken_json } from './EssentialToken_json';
3
+ export type { EssentialToken_jsonAbi as EssentialToken_jsonAbiType, EssentialToken_jsonContract } from './EssentialToken_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/usdt",
3
- "version": "1.0.11",
4
- "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-9568bdfc-1785717922759, commit 197378d, branch etherscan)",
3
+ "version": "1.0.13",
4
+ "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-d3c431c3-1785746964854, commit 2382ddd, 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/usdt"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "197378d"
42
+ "shortHash": "2382ddd"
43
43
  }