@gitmyabi/usdt 1.0.3 → 1.0.4

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 { TetherUSD_jsonAbi, TetherUSD_json } from './TetherUSD_json';
2
- export type { TetherUSD_jsonAbi as TetherUSD_jsonAbiType, TetherUSD_jsonContract } from './TetherUSD_json';
1
+ export { USDToken_jsonAbi, USDToken_json } from './USDToken_json';
2
+ export type { USDToken_jsonAbi as USDToken_jsonAbiType, USDToken_jsonContract } from './USDToken_json';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TetherUSD_json = exports.TetherUSD_jsonAbi = void 0;
3
+ exports.USDToken_json = exports.USDToken_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var TetherUSD_json_1 = require("./TetherUSD_json");
6
- Object.defineProperty(exports, "TetherUSD_jsonAbi", { enumerable: true, get: function () { return TetherUSD_json_1.TetherUSD_jsonAbi; } });
7
- Object.defineProperty(exports, "TetherUSD_json", { enumerable: true, get: function () { return TetherUSD_json_1.TetherUSD_json; } });
5
+ var USDToken_json_1 = require("./USDToken_json");
6
+ Object.defineProperty(exports, "USDToken_jsonAbi", { enumerable: true, get: function () { return USDToken_json_1.USDToken_jsonAbi; } });
7
+ Object.defineProperty(exports, "USDToken_json", { enumerable: true, get: function () { return USDToken_json_1.USDToken_json; } });
@@ -1,3 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
- export { TetherUSD_jsonAbi, TetherUSD_json } from './TetherUSD_json';
3
- export type { TetherUSD_jsonAbi as TetherUSD_jsonAbiType, TetherUSD_jsonContract } from './TetherUSD_json';
2
+ export { USDToken_jsonAbi, USDToken_json } from './USDToken_json';
3
+ export type { USDToken_jsonAbi as USDToken_jsonAbiType, USDToken_jsonContract } from './USDToken_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/usdt",
3
- "version": "1.0.3",
4
- "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-11fb75cb-1784891884171, commit 9c30d2e, branch etherscan)",
3
+ "version": "1.0.4",
4
+ "description": "Auto-generated TypeScript type bindings for USDT (build etherscan-usdt-abce0930-1785161377856, commit 312f559, 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": "9c30d2e"
42
+ "shortHash": "312f559"
43
43
  }