@gitmyabi/usdt 1.0.7 → 1.0.8

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 { MyToken_jsonAbi, MyToken_json } from './MyToken_json';
2
- export type { MyToken_jsonAbi as MyToken_jsonAbiType, MyToken_jsonContract } from './MyToken_json';
1
+ export { Tether_jsonAbi, Tether_json } from './Tether_json';
2
+ export type { Tether_jsonAbi as Tether_jsonAbiType, Tether_jsonContract } from './Tether_json';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MyToken_json = exports.MyToken_jsonAbi = void 0;
3
+ exports.Tether_json = exports.Tether_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var MyToken_json_1 = require("./MyToken_json");
6
- Object.defineProperty(exports, "MyToken_jsonAbi", { enumerable: true, get: function () { return MyToken_json_1.MyToken_jsonAbi; } });
7
- Object.defineProperty(exports, "MyToken_json", { enumerable: true, get: function () { return MyToken_json_1.MyToken_json; } });
5
+ var Tether_json_1 = require("./Tether_json");
6
+ Object.defineProperty(exports, "Tether_jsonAbi", { enumerable: true, get: function () { return Tether_json_1.Tether_jsonAbi; } });
7
+ Object.defineProperty(exports, "Tether_json", { enumerable: true, get: function () { return Tether_json_1.Tether_json; } });
@@ -1,3 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
- export { MyToken_jsonAbi, MyToken_json } from './MyToken_json';
3
- export type { MyToken_jsonAbi as MyToken_jsonAbiType, MyToken_jsonContract } from './MyToken_json';
2
+ export { Tether_jsonAbi, Tether_json } from './Tether_json';
3
+ export type { Tether_jsonAbi as Tether_jsonAbiType, Tether_jsonContract } from './Tether_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/usdt",
3
- "version": "1.0.7",
4
- "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-6c3e6234-1785416087055, commit 38b8a46, branch etherscan)",
3
+ "version": "1.0.8",
4
+ "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-36bc33df-1785512519373, commit 3edf50f, 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": "38b8a46"
42
+ "shortHash": "3edf50f"
43
43
  }