@gitmyabi/dot 1.0.1 → 1.0.3

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 { Token_jsonAbi, Token_json } from './Token_json';
2
- export type { Token_jsonAbi as Token_jsonAbiType, Token_jsonContract } from './Token_json';
1
+ export { ERC6160Ext20_jsonAbi, ERC6160Ext20_json } from './ERC6160Ext20_json';
2
+ export type { ERC6160Ext20_jsonAbi as ERC6160Ext20_jsonAbiType, ERC6160Ext20_jsonContract } from './ERC6160Ext20_json';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Token_json = exports.Token_jsonAbi = void 0;
3
+ exports.ERC6160Ext20_json = exports.ERC6160Ext20_jsonAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var Token_json_1 = require("./Token_json");
6
- Object.defineProperty(exports, "Token_jsonAbi", { enumerable: true, get: function () { return Token_json_1.Token_jsonAbi; } });
7
- Object.defineProperty(exports, "Token_json", { enumerable: true, get: function () { return Token_json_1.Token_json; } });
5
+ var ERC6160Ext20_json_1 = require("./ERC6160Ext20_json");
6
+ Object.defineProperty(exports, "ERC6160Ext20_jsonAbi", { enumerable: true, get: function () { return ERC6160Ext20_json_1.ERC6160Ext20_jsonAbi; } });
7
+ Object.defineProperty(exports, "ERC6160Ext20_json", { enumerable: true, get: function () { return ERC6160Ext20_json_1.ERC6160Ext20_json; } });
@@ -1,3 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
- export { Token_jsonAbi, Token_json } from './Token_json';
3
- export type { Token_jsonAbi as Token_jsonAbiType, Token_jsonContract } from './Token_json';
2
+ export { ERC6160Ext20_jsonAbi, ERC6160Ext20_json } from './ERC6160Ext20_json';
3
+ export type { ERC6160Ext20_jsonAbi as ERC6160Ext20_jsonAbiType, ERC6160Ext20_jsonContract } from './ERC6160Ext20_json';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi/dot",
3
- "version": "1.0.1",
4
- "description": "Auto-generated TypeScript type bindings for DOT (build etherscan-dot-196c20da-1787261406145, commit 3ef293d, branch etherscan)",
3
+ "version": "1.0.3",
4
+ "description": "Auto-generated TypeScript type bindings for DOT (build etherscan-dot-8d010bf9-1789997803067, commit 728e9b9, 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/dot"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "3ef293d"
42
+ "shortHash": "728e9b9"
43
43
  }