@gitmyabi/usdt 1.0.28 → 1.0.29

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 { ERC20Token_jsonAbi, ERC20Token_json } from './ERC20Token_json';
2
- export type { ERC20Token_jsonAbi as ERC20Token_jsonAbiType, ERC20Token_jsonContract } from './ERC20Token_json';
1
+ export { TetherToken_jsonAbi, TetherToken_json } from './TetherToken_json';
2
+ export type { TetherToken_jsonAbi as TetherToken_jsonAbiType, TetherToken_jsonContract } from './TetherToken_json';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ERC20Token_json = exports.ERC20Token_jsonAbi = void 0;
3
+ exports.TetherToken_json = exports.TetherToken_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var ERC20Token_json_1 = require("./ERC20Token_json");
6
- Object.defineProperty(exports, "ERC20Token_jsonAbi", { enumerable: true, get: function () { return ERC20Token_json_1.ERC20Token_jsonAbi; } });
7
- Object.defineProperty(exports, "ERC20Token_json", { enumerable: true, get: function () { return ERC20Token_json_1.ERC20Token_json; } });
5
+ var TetherToken_json_1 = require("./TetherToken_json");
6
+ Object.defineProperty(exports, "TetherToken_jsonAbi", { enumerable: true, get: function () { return TetherToken_json_1.TetherToken_jsonAbi; } });
7
+ Object.defineProperty(exports, "TetherToken_json", { enumerable: true, get: function () { return TetherToken_json_1.TetherToken_json; } });
@@ -1,3 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
- export { ERC20Token_jsonAbi, ERC20Token_json } from './ERC20Token_json';
3
- export type { ERC20Token_jsonAbi as ERC20Token_jsonAbiType, ERC20Token_jsonContract } from './ERC20Token_json';
2
+ export { TetherToken_jsonAbi, TetherToken_json } from './TetherToken_json';
3
+ export type { TetherToken_jsonAbi as TetherToken_jsonAbiType, TetherToken_jsonContract } from './TetherToken_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/usdt",
3
- "version": "1.0.28",
4
- "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-58efe15c-1788966209088, commit 36bc508, branch etherscan)",
3
+ "version": "1.0.29",
4
+ "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-0a0081ec-1788977046521, commit d4c2f70, 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": "36bc508"
42
+ "shortHash": "d4c2f70"
43
43
  }