@gitmyabi/emo 1.0.0

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.
@@ -0,0 +1,4 @@
1
+ export { EMO_jsonAbi, EMO_json } from './EMO_json';
2
+ export type { EMO_jsonAbi as EMO_jsonAbiType, EMO_jsonContract } from './EMO_json';
3
+ export { ERC721CreatorImplementation_jsonAbi, ERC721CreatorImplementation_json } from './ERC721CreatorImplementation_json';
4
+ export type { ERC721CreatorImplementation_jsonAbi as ERC721CreatorImplementation_jsonAbiType, ERC721CreatorImplementation_jsonContract } from './ERC721CreatorImplementation_json';
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ERC721CreatorImplementation_json = exports.ERC721CreatorImplementation_jsonAbi = exports.EMO_json = exports.EMO_jsonAbi = void 0;
4
+ // Auto-generated exports for all contracts
5
+ var EMO_json_1 = require("./EMO_json");
6
+ Object.defineProperty(exports, "EMO_jsonAbi", { enumerable: true, get: function () { return EMO_json_1.EMO_jsonAbi; } });
7
+ Object.defineProperty(exports, "EMO_json", { enumerable: true, get: function () { return EMO_json_1.EMO_json; } });
8
+ var ERC721CreatorImplementation_json_1 = require("./ERC721CreatorImplementation_json");
9
+ Object.defineProperty(exports, "ERC721CreatorImplementation_jsonAbi", { enumerable: true, get: function () { return ERC721CreatorImplementation_json_1.ERC721CreatorImplementation_jsonAbi; } });
10
+ Object.defineProperty(exports, "ERC721CreatorImplementation_json", { enumerable: true, get: function () { return ERC721CreatorImplementation_json_1.ERC721CreatorImplementation_json; } });
@@ -0,0 +1,5 @@
1
+ // Auto-generated exports for all contracts
2
+ export { EMO_jsonAbi, EMO_json } from './EMO_json';
3
+ export type { EMO_jsonAbi as EMO_jsonAbiType, EMO_jsonContract } from './EMO_json';
4
+ export { ERC721CreatorImplementation_jsonAbi, ERC721CreatorImplementation_json } from './ERC721CreatorImplementation_json';
5
+ export type { ERC721CreatorImplementation_jsonAbi as ERC721CreatorImplementation_jsonAbiType, ERC721CreatorImplementation_jsonContract } from './ERC721CreatorImplementation_json';
package/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './contracts';
package/index.js ADDED
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // Auto-generated TypeScript type bindings
3
+ // This file exports all generated contract types
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
+ };
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ __exportStar(require("./contracts"), exports);
package/package.json ADDED
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "@gitmyabi/emo",
3
+ "version": "1.0.0",
4
+ "description": "Auto-generated TypeScript type bindings for EMO (build etherscan-emo-d3ce52c0-1784951349507, commit 9aeafb0, branch etherscan)",
5
+ "main": "./index.js",
6
+ "types": "./index.d.ts",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./index.js",
10
+ "require": "./index.js",
11
+ "types": "./index.d.ts"
12
+ },
13
+ "./contracts": {
14
+ "import": "./contracts/index.js",
15
+ "require": "./contracts/index.js",
16
+ "types": "./contracts/index.d.ts"
17
+ }
18
+ },
19
+ "files": [
20
+ "index.js",
21
+ "index.d.ts",
22
+ "contracts"
23
+ ],
24
+ "keywords": [
25
+ "ethereum",
26
+ "smart-contracts",
27
+ "viem",
28
+ "wagmi",
29
+ "typescript",
30
+ "abi",
31
+ "ethers-v6"
32
+ ],
33
+ "license": "MIT",
34
+ "dependencies": {
35
+ "viem": "^2.0.0"
36
+ },
37
+ "repository": {
38
+ "type": "git",
39
+ "url": "https://github.com/etherscan/emo"
40
+ },
41
+ "branch": "etherscan",
42
+ "shortHash": "9aeafb0"
43
+ }