@gitmyabi/usdt 1.0.15 → 1.0.16

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 { SimpleUSDT_jsonAbi, SimpleUSDT_json } from './SimpleUSDT_json';
2
- export type { SimpleUSDT_jsonAbi as SimpleUSDT_jsonAbiType, SimpleUSDT_jsonContract } from './SimpleUSDT_json';
1
+ export { UERC20_jsonAbi, UERC20_json } from './UERC20_json';
2
+ export type { UERC20_jsonAbi as UERC20_jsonAbiType, UERC20_jsonContract } from './UERC20_json';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SimpleUSDT_json = exports.SimpleUSDT_jsonAbi = void 0;
3
+ exports.UERC20_json = exports.UERC20_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var SimpleUSDT_json_1 = require("./SimpleUSDT_json");
6
- Object.defineProperty(exports, "SimpleUSDT_jsonAbi", { enumerable: true, get: function () { return SimpleUSDT_json_1.SimpleUSDT_jsonAbi; } });
7
- Object.defineProperty(exports, "SimpleUSDT_json", { enumerable: true, get: function () { return SimpleUSDT_json_1.SimpleUSDT_json; } });
5
+ var UERC20_json_1 = require("./UERC20_json");
6
+ Object.defineProperty(exports, "UERC20_jsonAbi", { enumerable: true, get: function () { return UERC20_json_1.UERC20_jsonAbi; } });
7
+ Object.defineProperty(exports, "UERC20_json", { enumerable: true, get: function () { return UERC20_json_1.UERC20_json; } });
@@ -1,3 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
- export { SimpleUSDT_jsonAbi, SimpleUSDT_json } from './SimpleUSDT_json';
3
- export type { SimpleUSDT_jsonAbi as SimpleUSDT_jsonAbiType, SimpleUSDT_jsonContract } from './SimpleUSDT_json';
2
+ export { UERC20_jsonAbi, UERC20_json } from './UERC20_json';
3
+ export type { UERC20_jsonAbi as UERC20_jsonAbiType, UERC20_jsonContract } from './UERC20_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/usdt",
3
- "version": "1.0.15",
4
- "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-ff477c43-1786005331866, commit 77a52c5, branch etherscan)",
3
+ "version": "1.0.16",
4
+ "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-8d2021ec-1786097010496, commit 723b7ad, 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": "77a52c5"
42
+ "shortHash": "723b7ad"
43
43
  }