@gitmyabi-stg/degen 1.0.0 → 1.0.1

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 { DEGENOFTAbi, DEGENOFT } from './DEGENOFT';
2
- export type { DEGENOFTAbi as DEGENOFTAbiType, DEGENOFTContract } from './DEGENOFT';
1
+ export { DegenFoodAbi, DegenFood } from './DegenFood';
2
+ export type { DegenFoodAbi as DegenFoodAbiType, DegenFoodContract } from './DegenFood';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DEGENOFT = exports.DEGENOFTAbi = void 0;
3
+ exports.DegenFood = exports.DegenFoodAbi = void 0;
4
4
  // Auto-generated exports for all contracts
5
- var DEGENOFT_1 = require("./DEGENOFT");
6
- Object.defineProperty(exports, "DEGENOFTAbi", { enumerable: true, get: function () { return DEGENOFT_1.DEGENOFTAbi; } });
7
- Object.defineProperty(exports, "DEGENOFT", { enumerable: true, get: function () { return DEGENOFT_1.DEGENOFT; } });
5
+ var DegenFood_1 = require("./DegenFood");
6
+ Object.defineProperty(exports, "DegenFoodAbi", { enumerable: true, get: function () { return DegenFood_1.DegenFoodAbi; } });
7
+ Object.defineProperty(exports, "DegenFood", { enumerable: true, get: function () { return DegenFood_1.DegenFood; } });
@@ -1,3 +1,3 @@
1
1
  // Auto-generated exports for all contracts
2
- export { DEGENOFTAbi, DEGENOFT } from './DEGENOFT';
3
- export type { DEGENOFTAbi as DEGENOFTAbiType, DEGENOFTContract } from './DEGENOFT';
2
+ export { DegenFoodAbi, DegenFood } from './DegenFood';
3
+ export type { DegenFoodAbi as DegenFoodAbiType, DegenFoodContract } from './DegenFood';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gitmyabi-stg/degen",
3
- "version": "1.0.0",
4
- "description": "Auto-generated TypeScript type bindings for DEGEN (build etherscan-degen-fee29384-1780492449276, commit ca23cca, branch etherscan)",
3
+ "version": "1.0.1",
4
+ "description": "Auto-generated TypeScript type bindings for DEGEN (build etherscan-degen-1580bfe8-1780504725822, commit da10610, 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/degen"
40
40
  },
41
41
  "branch": "etherscan",
42
- "shortHash": "ca23cca"
42
+ "shortHash": "da10610"
43
43
  }