@xoxno/types 1.0.237 → 1.0.239

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,9 +1,9 @@
1
1
  import { CollectionProfileDoc } from '../collection/profile';
2
- declare type ShortCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "socials" | "banner" | "owner" | "collectionSize">;
2
+ declare type ShortCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "profile" | "name" | "chain" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "socials" | "banner" | "owner" | "collectionSize">;
3
3
  export declare type ShortCollectionInfoDoc = ShortCollectionInfoDoc_base & {
4
4
  volume: number;
5
5
  };
6
- declare const ShortCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "socials" | "banner" | "owner" | "collectionSize">>;
6
+ declare const ShortCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "name" | "chain" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "socials" | "banner" | "owner" | "collectionSize">>;
7
7
  export declare class ShortCollectionInfoDocNest extends ShortCollectionInfoDocNest_base {
8
8
  volume: number;
9
9
  }
@@ -1,7 +1,7 @@
1
1
  import { CollectionProfileDoc } from '../collection/profile';
2
- declare type ShortCollectionDoc_base = Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "collectionSize">;
2
+ declare type ShortCollectionDoc_base = Pick<CollectionProfileDoc, "description" | "profile" | "name" | "chain" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "collectionSize">;
3
3
  export declare type ShortCollectionDoc = ShortCollectionDoc_base ;
4
- declare const ShortCollectionDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "collectionSize">>;
4
+ declare const ShortCollectionDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "name" | "chain" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "collectionSize">>;
5
5
  export declare class ShortCollectionDocNest extends ShortCollectionDocNest_base {
6
6
  }
7
7
  export {};
@@ -1,7 +1,7 @@
1
1
  import { CollectionProfileDoc } from '../collection/profile';
2
- declare type ShortNftCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "banner" | "roles" | "customConfig" | "features" | "collectionSize">;
2
+ declare type ShortNftCollectionInfoDoc_base = Pick<CollectionProfileDoc, "description" | "profile" | "name" | "chain" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "banner" | "roles" | "customConfig" | "features" | "collectionSize">;
3
3
  export declare type ShortNftCollectionInfoDoc = ShortNftCollectionInfoDoc_base ;
4
- declare const ShortNftCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "chain" | "followCount" | "holdersCount" | "name" | "isVisible" | "isVerified" | "banner" | "roles" | "customConfig" | "features" | "collectionSize">>;
4
+ declare const ShortNftCollectionInfoDocNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "name" | "chain" | "followCount" | "holdersCount" | "isVisible" | "isVerified" | "banner" | "roles" | "customConfig" | "features" | "collectionSize">>;
5
5
  export declare class ShortNftCollectionInfoDocNest extends ShortNftCollectionInfoDocNest_base {
6
6
  }
7
7
  export {};
@@ -1,7 +1,7 @@
1
1
  import { NftDoc } from '../token/nft-details.doc';
2
- declare type ShortNftDoc_base = Pick<NftDoc, "collection" | "identifier" | "name" | "url" | "wasProcessed" | "media" | "metadata">;
2
+ declare type ShortNftDoc_base = Pick<NftDoc, "name" | "collection" | "identifier" | "url" | "wasProcessed" | "media" | "metadata">;
3
3
  export declare type ShortNftDoc = ShortNftDoc_base ;
4
- declare const ShortNftDocNest_base: import("@nestjs/common").Type<Pick<NftDoc, "collection" | "identifier" | "name" | "url" | "wasProcessed" | "media" | "metadata">>;
4
+ declare const ShortNftDocNest_base: import("@nestjs/common").Type<Pick<NftDoc, "name" | "collection" | "identifier" | "url" | "wasProcessed" | "media" | "metadata">>;
5
5
  export declare class ShortNftDocNest extends ShortNftDocNest_base {
6
6
  }
7
7
  export {};
@@ -1,7 +1,7 @@
1
1
  import { EventUserRoleDoc } from './event-user-role.doc';
2
- declare type EventUserRoleCreateDto_base = Pick<EventUserRoleDoc, "wallet" | "name" | "endTime" | "email" | "role" | "permissions">;
2
+ declare type EventUserRoleCreateDto_base = Pick<EventUserRoleDoc, "name" | "wallet" | "endTime" | "email" | "role" | "permissions">;
3
3
  export declare type EventUserRoleCreateDto = EventUserRoleCreateDto_base ;
4
- declare const EventUserRoleCreateDtoNest_base: import("@nestjs/common").Type<Pick<EventUserRoleDoc, "wallet" | "name" | "endTime" | "email" | "role" | "permissions">>;
4
+ declare const EventUserRoleCreateDtoNest_base: import("@nestjs/common").Type<Pick<EventUserRoleDoc, "name" | "wallet" | "endTime" | "email" | "role" | "permissions">>;
5
5
  export declare class EventUserRoleCreateDtoNest extends EventUserRoleCreateDtoNest_base {
6
6
  }
7
7
  declare type EventUserRoleEditDto_base = Partial<EventUserRoleCreateDto>;
@@ -21,6 +21,7 @@ export * from "./event-user-role.doc";
21
21
  export * from "./event-user-roles.enum";
22
22
  export * from "./external-payment-status.enum";
23
23
  export * from "./fiat-tokens.enum";
24
+ export * from "./known-contracts";
24
25
  export * from "./kusto-db.enum";
25
26
  export * from "./lending-activity.enum";
26
27
  export * from "./lending-data-type.enum";
@@ -37,6 +37,7 @@ __exportStar(require("./event-user-role.doc"), exports);
37
37
  __exportStar(require("./event-user-roles.enum"), exports);
38
38
  __exportStar(require("./external-payment-status.enum"), exports);
39
39
  __exportStar(require("./fiat-tokens.enum"), exports);
40
+ __exportStar(require("./known-contracts"), exports);
40
41
  __exportStar(require("./kusto-db.enum"), exports);
41
42
  __exportStar(require("./lending-activity.enum"), exports);
42
43
  __exportStar(require("./lending-data-type.enum"), exports);
@@ -0,0 +1,23 @@
1
+ export declare enum ContractTypes {
2
+ STAKING = "staking",
3
+ MARKETPLACE = "marketplace",
4
+ LENDING = "lending",
5
+ BURN = "burn",
6
+ P2P = "p2p",
7
+ LOTTERY = "lottery",
8
+ PRIVATE_SALE = "privateSale",
9
+ LAUNCHPAD = "launchpad",
10
+ EXCHANGE = "exchange",
11
+ LIQUID_STAKING = "liquidStaking",
12
+ AIRDROP = "airdrop",
13
+ ACCUMULATOR = "accumulator"
14
+ }
15
+ export declare const KNOWN_CONTRACTS_MAP: Map<string, {
16
+ name: string;
17
+ type: ContractTypes;
18
+ profile: string;
19
+ } | {
20
+ name: string;
21
+ type: ContractTypes;
22
+ profile?: undefined;
23
+ }>;
@@ -0,0 +1,583 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.KNOWN_CONTRACTS_MAP = exports.ContractTypes = void 0;
4
+ var ContractTypes;
5
+ (function (ContractTypes) {
6
+ ContractTypes["STAKING"] = "staking";
7
+ ContractTypes["MARKETPLACE"] = "marketplace";
8
+ ContractTypes["LENDING"] = "lending";
9
+ ContractTypes["BURN"] = "burn";
10
+ ContractTypes["P2P"] = "p2p";
11
+ ContractTypes["LOTTERY"] = "lottery";
12
+ ContractTypes["PRIVATE_SALE"] = "privateSale";
13
+ ContractTypes["LAUNCHPAD"] = "launchpad";
14
+ ContractTypes["EXCHANGE"] = "exchange";
15
+ ContractTypes["LIQUID_STAKING"] = "liquidStaking";
16
+ ContractTypes["AIRDROP"] = "airdrop";
17
+ ContractTypes["ACCUMULATOR"] = "accumulator";
18
+ })(ContractTypes || (exports.ContractTypes = ContractTypes = {}));
19
+ const profile = 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgq6wegs2xkypfpync8mn2sa5cmpqjlvrhwz5nqgepyg8/icon.svg';
20
+ exports.KNOWN_CONTRACTS_MAP = new Map([
21
+ [
22
+ 'erd1qqqqqqqqqqqqqpgqrq6gv0ljf4y9md42pe4m6mh96hcpqnpuusls97tf33',
23
+ {
24
+ name: 'OneDex Staking',
25
+ type: ContractTypes.STAKING,
26
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgq8nlmvjm8gum6y2kqe0v296kgu8cm4jlemvlsays3ku/icon.svg',
27
+ },
28
+ ],
29
+ [
30
+ 'erd1qqqqqqqqqqqqqpgqwp73w2a9eyzs64eltupuz3y3hv798vlv899qrjnflg',
31
+ {
32
+ name: 'OnionX',
33
+ type: ContractTypes.MARKETPLACE,
34
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqwp73w2a9eyzs64eltupuz3y3hv798vlv899qrjnflg/icon.svg',
35
+ },
36
+ ],
37
+ [
38
+ 'erd1qqqqqqqqqqqqqpgqtdd94z0ds3rthlwmndwr7zfj3j3ptrtsdn3q7fu2p6',
39
+ {
40
+ name: 'xKing Staking',
41
+ type: ContractTypes.STAKING,
42
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqtdd94z0ds3rthlwmndwr7zfj3j3ptrtsdn3q7fu2p6/icon.svg',
43
+ },
44
+ ],
45
+ [
46
+ 'erd1qqqqqqqqqqqqqpgqpxqgzyuyna7kmxh5hf9fmsur4m3lt37udn3qs3rhqg',
47
+ {
48
+ name: 'OddApes Staking',
49
+ type: ContractTypes.STAKING,
50
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqpxqgzyuyna7kmxh5hf9fmsur4m3lt37udn3qs3rhqg/icon.svg',
51
+ },
52
+ ],
53
+ [
54
+ 'erd1qqqqqqqqqqqqqpgq684slltwj7at6ylurjfsmvwy3j748qy9kdjs4m742l',
55
+ {
56
+ name: 'Drifters Staking',
57
+ type: ContractTypes.STAKING,
58
+ profile: 'https://media.xoxno.com/collectionprofile/DRIFTERS-efd96c/profilePicture.webp',
59
+ },
60
+ ],
61
+ [
62
+ 'erd1qqqqqqqqqqqqqpgqfken0exk7jpr85dx6f8ym3jgcagesfcqkqys0xnquf',
63
+ {
64
+ name: 'ArtCPAclub Staking',
65
+ type: ContractTypes.STAKING,
66
+ profile: 'https://artcpaclub.com/static/media/logo.64531eb67432280f1771.png',
67
+ },
68
+ ],
69
+ [
70
+ 'erd1qqqqqqqqqqqqqpgq0smwhv42vn4xqwphwhzrsdrn8xpfur2ldn3qpuhmns',
71
+ {
72
+ name: 'xKing Staking',
73
+ type: ContractTypes.STAKING,
74
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqtdd94z0ds3rthlwmndwr7zfj3j3ptrtsdn3q7fu2p6/icon.svg',
75
+ },
76
+ ],
77
+ [
78
+ 'erd1qqqqqqqqqqqqqpgquk2g3w3k75673rvxk3dn3h439uw6tyw32xuqfgul5g',
79
+ {
80
+ name: 'QoWatt Staking',
81
+ type: ContractTypes.STAKING,
82
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgquk2g3w3k75673rvxk3dn3h439uw6tyw32xuqfgul5g/icon.svg',
83
+ },
84
+ ],
85
+ [
86
+ 'erd1qqqqqqqqqqqqqpgq9l2rc6wx6929npnn079z7tst4u5zlmaylzmsqt5n3h',
87
+ {
88
+ name: 'MultiFights Staking',
89
+ type: ContractTypes.STAKING,
90
+ profile: 'https://www.multi-fights.com/icons/logo.svg',
91
+ },
92
+ ],
93
+ [
94
+ 'erd1qqqqqqqqqqqqqpgq8nlmvjm8gum6y2kqe0v296kgu8cm4jlemvlsays3ku',
95
+ {
96
+ name: 'OneDex Staking',
97
+ type: ContractTypes.STAKING,
98
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgq8nlmvjm8gum6y2kqe0v296kgu8cm4jlemvlsays3ku/icon.svg',
99
+ },
100
+ ],
101
+ [
102
+ 'erd1qqqqqqqqqqqqqpgqux55qfs5wzsec7tfuep70tzq8pq75t634wuqcew4vp',
103
+ {
104
+ name: 'OneDex Staking',
105
+ type: ContractTypes.STAKING,
106
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgq8nlmvjm8gum6y2kqe0v296kgu8cm4jlemvlsays3ku/icon.svg',
107
+ },
108
+ ],
109
+ [
110
+ 'erd1qqqqqqqqqqqqqpgqe98h78xksheffcy2n3nwmdj5hfsmlvkxdn3qlttq96',
111
+ {
112
+ name: 'Trio Staking',
113
+ type: ContractTypes.STAKING,
114
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqe98h78xksheffcy2n3nwmdj5hfsmlvkxdn3qlttq96/icon.svg',
115
+ },
116
+ ],
117
+ [
118
+ 'erd1qqqqqqqqqqqqqpgqadwtwhngann2zjze7su9vhuw7297j7pwdn3qgp49dj',
119
+ {
120
+ name: 'xKing Staking',
121
+ type: ContractTypes.STAKING,
122
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqtdd94z0ds3rthlwmndwr7zfj3j3ptrtsdn3q7fu2p6/icon.svg',
123
+ },
124
+ ],
125
+ [
126
+ 'erd1qqqqqqqqqqqqqpgq88faj957nkqmwx9429ycsaa3cr88rkgjdn3qx4hrpz',
127
+ {
128
+ name: 'OddApes Staking',
129
+ type: ContractTypes.STAKING,
130
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqpxqgzyuyna7kmxh5hf9fmsur4m3lt37udn3qs3rhqg/icon.svg',
131
+ },
132
+ ],
133
+ [
134
+ 'erd1qqqqqqqqqqqqqpgqzq00z9eq8ar5zytllr22ryha4mhe2mujdn3quya9sa',
135
+ {
136
+ name: 'xWomen Staking',
137
+ type: ContractTypes.STAKING,
138
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqtdd94z0ds3rthlwmndwr7zfj3j3ptrtsdn3q7fu2p6/icon.svg',
139
+ },
140
+ ],
141
+ [
142
+ 'erd1qqqqqqqqqqqqqpgq634wcv59j0pn6fn6629wu7m30p7xagmwdn3qyjcfgl',
143
+ {
144
+ name: 'xKing Staking',
145
+ type: ContractTypes.STAKING,
146
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqtdd94z0ds3rthlwmndwr7zfj3j3ptrtsdn3q7fu2p6/icon.svg',
147
+ },
148
+ ],
149
+ [
150
+ 'erd1qqqqqqqqqqqqqpgq38grrdsm7pepaz9e7e4cymcwxr4unaf5dn3qtzcvry',
151
+ {
152
+ name: 'xPirates Staking',
153
+ type: ContractTypes.STAKING,
154
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqtdd94z0ds3rthlwmndwr7zfj3j3ptrtsdn3q7fu2p6/icon.svg',
155
+ },
156
+ ],
157
+ [
158
+ 'erd1qqqqqqqqqqqqqpgq9wrcwqsg8ftevjkkans8tvs9qd6nghhcdn3qmckng3',
159
+ {
160
+ name: 'xAliens Staking',
161
+ type: ContractTypes.STAKING,
162
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqtdd94z0ds3rthlwmndwr7zfj3j3ptrtsdn3q7fu2p6/icon.svg',
163
+ },
164
+ ],
165
+ [
166
+ 'erd1qqqqqqqqqqqqqpgqyyfevpc7p9fjt3eaaumyz5cqxhvle0d4dn3qhaj2mh',
167
+ {
168
+ name: 'OddApes Staking',
169
+ type: ContractTypes.STAKING,
170
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqpxqgzyuyna7kmxh5hf9fmsur4m3lt37udn3qs3rhqg/icon.svg',
171
+ },
172
+ ],
173
+ [
174
+ 'erd1qqqqqqqqqqqqqpgquysvl440cpkhcuyaf3swufh3dnka0r2y9neset2l2s',
175
+ {
176
+ name: 'Demiourgos Staking',
177
+ type: ContractTypes.STAKING,
178
+ profile: 'https://vestax.finance/images/vesta_snake.png',
179
+ },
180
+ ],
181
+ [
182
+ 'erd1qqqqqqqqqqqqqpgq8dw369n8e44l4ka4x8kxqkrlpfk5m2fkx0kq2mf573',
183
+ {
184
+ name: 'Giants Staking',
185
+ type: ContractTypes.STAKING,
186
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgq8dw369n8e44l4ka4x8kxqkrlpfk5m2fkx0kq2mf573/icon.svg',
187
+ },
188
+ ],
189
+ [
190
+ 'erd1qqqqqqqqqqqqqpgqqpkj0zy6qu3f20egpjv5py0lag5jyray7cnswsgxef',
191
+ {
192
+ name: 'FlipiX',
193
+ type: ContractTypes.MARKETPLACE,
194
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqqpkj0zy6qu3f20egpjv5py0lag5jyray7cnswsgxef/icon.svg',
195
+ },
196
+ ],
197
+ [
198
+ 'erd1deaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaqtv0gag',
199
+ {
200
+ name: 'Burn Wallet',
201
+ type: ContractTypes.BURN,
202
+ profile: 'https://images.emojiterra.com/google/noto-emoji/unicode-15/color/512px/1f525.png',
203
+ },
204
+ ],
205
+ [
206
+ 'erd1qqqqqqqqqqqqqpgq6wegs2xkypfpync8mn2sa5cmpqjlvrhwz5nqgepyg8',
207
+ {
208
+ name: 'XOXNO Marketplace',
209
+ type: ContractTypes.MARKETPLACE,
210
+ profile,
211
+ },
212
+ ],
213
+ [
214
+ 'erd1qqqqqqqqqqqqqpgqd9rvv2n378e27jcts8vfwynpx0gfl5ufz6hqhfy0u0',
215
+ {
216
+ name: 'Deadrare',
217
+ type: ContractTypes.MARKETPLACE,
218
+ profile: 'https://deadrare.io/_next/image?url=%2Ffavicon.png&w=3840&q=75',
219
+ },
220
+ ],
221
+ [
222
+ 'erd1qqqqqqqqqqqqqpgq705fxpfrjne0tl3ece0rrspykq88mynn4kxs2cg43s',
223
+ {
224
+ name: 'FrameIt',
225
+ type: ContractTypes.MARKETPLACE,
226
+ profile: 'https://ugc.production.linktr.ee/nClBxVdkTnifwLwZle8B_gsefZib194jU0G6b?io=true&size=avatar-v3_0',
227
+ },
228
+ ],
229
+ [
230
+ 'erd1qqqqqqqqqqqqqpgq8xwzu82v8ex3h4ayl5lsvxqxnhecpwyvwe0sf2qj4e',
231
+ {
232
+ name: 'Krogran',
233
+ type: ContractTypes.MARKETPLACE,
234
+ profile: 'https://miro.medium.com/v2/resize:fit:2400/1*_A3ZhnCP7aqerPgGQl3cng.png',
235
+ },
236
+ ],
237
+ [
238
+ 'erd1qqqqqqqqqqqqqpgqvegsel8c794v8jzqfdmms0q7tpfxt9dwuyasxu840v',
239
+ {
240
+ name: 'Eneftor',
241
+ type: ContractTypes.MARKETPLACE,
242
+ profile: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQt5YvUYG52dv0u5VrsiMRDa1m189F7bgcJgw&s',
243
+ },
244
+ ],
245
+ [
246
+ 'erd1qqqqqqqqqqqqqpgqz2tgn80j5p5hqh4hx69uc27gz0drcjmmg20skf0wru',
247
+ {
248
+ name: 'NFTR',
249
+ type: ContractTypes.MARKETPLACE,
250
+ profile: 'https://pbs.twimg.com/profile_images/1540365326403117058/kxufEdRt_400x400.jpg',
251
+ },
252
+ ],
253
+ [
254
+ 'erd1qqqqqqqqqqqqqpgq47y8hnct68v6asjv6gxem6h9rumn9frzah0skhxxt6',
255
+ {
256
+ name: 'XOXNO P2P',
257
+ type: ContractTypes.P2P,
258
+ profile,
259
+ },
260
+ ],
261
+ [
262
+ 'erd1qqqqqqqqqqqqqpgqqgzzsl0re9e3u0t3mhv3jwg6zu63zssd7yqs3uu9jk',
263
+ {
264
+ name: 'CowCow Staking',
265
+ type: ContractTypes.STAKING,
266
+ profile: 'https://media.xoxno.com/collectionprofile/COW-cd463d/profilePicture.webp',
267
+ },
268
+ ],
269
+ [
270
+ 'erd1qqqqqqqqqqqqqpgqra34kjj9zu6jvdldag72dyknnrh2ts9aj0wqp4acqh',
271
+ {
272
+ name: 'xSpotlight',
273
+ type: ContractTypes.MARKETPLACE,
274
+ profile: 'https://pbs.twimg.com/profile_images/1614974732993961987/KlkNtoSY_400x400.jpg',
275
+ },
276
+ ],
277
+ [
278
+ 'erd1qqqqqqqqqqqqqpgqx00c5udg9uql5sgk5vswfr8cp7kalqgcyawq9xpw26',
279
+ {
280
+ name: 'Frameit Lottery',
281
+ type: ContractTypes.LOTTERY,
282
+ profile: 'https://ugc.production.linktr.ee/nClBxVdkTnifwLwZle8B_gsefZib194jU0G6b?io=true&size=avatar-v3_0',
283
+ },
284
+ ],
285
+ [
286
+ 'erd1qqqqqqqqqqqqqpgqehfk86s8l949whpm7w80zp9j283hq2f3we0sfng5e7',
287
+ {
288
+ name: 'Krogran Lending',
289
+ type: ContractTypes.LENDING,
290
+ profile: 'https://miro.medium.com/v2/resize:fit:2400/1*_A3ZhnCP7aqerPgGQl3cng.png',
291
+ },
292
+ ],
293
+ [
294
+ 'erd1qqqqqqqqqqqqqpgqf92y7l5guqyeym23uhaw8ms5r2zg0gym7vrs7074pq',
295
+ {
296
+ name: 'PawnWhale',
297
+ type: ContractTypes.LENDING,
298
+ profile: 'https://pawnwhale.com/static/media/logo.96e2616a58188f9a2171.png',
299
+ },
300
+ ],
301
+ [
302
+ 'erd1qqqqqqqqqqqqqpgqvpkd3g3uwludduv3797j54qt6c888wa59w2shntt6z',
303
+ {
304
+ name: 'XOXNO NFT Staking',
305
+ type: ContractTypes.STAKING,
306
+ profile,
307
+ },
308
+ ],
309
+ [
310
+ 'erd1qqqqqqqqqqqqqpgq50t0ma43rr3895lq7dhgm786kdvfwlyq386qafuqhu',
311
+ {
312
+ name: 'EAPES Staking',
313
+ type: ContractTypes.STAKING,
314
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
315
+ },
316
+ ],
317
+ [
318
+ 'erd1qqqqqqqqqqqqqpgqnk6e6mrs0kdsusdt7hshpql6y4pcczwu386qjzhk63',
319
+ {
320
+ name: 'EAPES Staking',
321
+ type: ContractTypes.STAKING,
322
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
323
+ },
324
+ ],
325
+ [
326
+ 'erd1qqqqqqqqqqqqqpgq67d2pnfg6f6td7lxq8x0rtzylhkt32gs386qh8vtv3',
327
+ {
328
+ name: 'EAPES Staking',
329
+ type: ContractTypes.STAKING,
330
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
331
+ },
332
+ ],
333
+ [
334
+ 'erd1qqqqqqqqqqqqqpgqjengc6lmwh2lete065ndjczsf3dns7y3386qlteynl',
335
+ {
336
+ name: 'EAPES Staking',
337
+ type: ContractTypes.STAKING,
338
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
339
+ },
340
+ ],
341
+ [
342
+ 'erd1qqqqqqqqqqqqqpgqz4wny33hhrnzsy4d9x3xzg749xpwe62f386qkwyw3x',
343
+ {
344
+ name: 'EAPES Staking',
345
+ type: ContractTypes.STAKING,
346
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
347
+ },
348
+ ],
349
+ [
350
+ 'erd1qqqqqqqqqqqqqpgq5ycqhnggkjvqal259pmzauvg6rm2f232386qfsk5lc',
351
+ {
352
+ name: 'EAPES Staking',
353
+ type: ContractTypes.STAKING,
354
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
355
+ },
356
+ ],
357
+ [
358
+ 'erd1qqqqqqqqqqqqqpgqmylu4uea0kce4pl5xez9d7kq5kwztykx386q664fe3',
359
+ {
360
+ name: 'EAPES Staking',
361
+ type: ContractTypes.STAKING,
362
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
363
+ },
364
+ ],
365
+ [
366
+ 'erd1qqqqqqqqqqqqqpgqke7n6rljgcffhc7c5lwgsd9fxh2zkev4386q28vr73',
367
+ {
368
+ name: 'EAPES Staking',
369
+ type: ContractTypes.STAKING,
370
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
371
+ },
372
+ ],
373
+ [
374
+ 'erd1qqqqqqqqqqqqqpgqgz3vsy7c3w5hw8vsmlzcchkyxmmg8q4r386qqs3ksl',
375
+ {
376
+ name: 'EAPES Staking',
377
+ type: ContractTypes.STAKING,
378
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
379
+ },
380
+ ],
381
+ [
382
+ 'erd1qqqqqqqqqqqqqpgqw289yq0rr52l38kcft29yltzya3ymwhq386qawkhef',
383
+ {
384
+ name: 'EAPES Staking',
385
+ type: ContractTypes.STAKING,
386
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
387
+ },
388
+ ],
389
+ [
390
+ 'erd1qqqqqqqqqqqqqpgq575mqgaqe4f53rqc5ssczkxtsx4fs26l3azq9zwkaw',
391
+ {
392
+ name: 'EAPES Staking',
393
+ type: ContractTypes.STAKING,
394
+ profile: 'https://media.xoxno.com/collectionprofile/EAPES-8f3c1f/profilePicture.webp?ts=1726194773',
395
+ },
396
+ ],
397
+ [
398
+ 'erd1qqqqqqqqqqqqqpgqspptxv47n4244qesp3gx828qz93thcaev28qtdenqc',
399
+ {
400
+ name: 'Warriorz Staking',
401
+ type: ContractTypes.STAKING,
402
+ profile: 'https://media.xoxno.com/nftmedia/WARRIORZ-2f0986/WARRIORZ-2f0986-2366.webp',
403
+ },
404
+ ],
405
+ [
406
+ 'erd1qqqqqqqqqqqqqpgq034srtujsutvq7z93zmwdjeucr89cfnsxkuq38xg3n',
407
+ {
408
+ name: 'Salvaki Staking',
409
+ type: ContractTypes.STAKING,
410
+ profile: 'https://media.xoxno.com/collectionprofile/SAKI-bf4924/profilePicture.webp',
411
+ },
412
+ ],
413
+ [
414
+ 'erd1qqqqqqqqqqqqqpgqm027tmfepf7sxflr9pumgwf4gw2thtegxkuq38m2mu',
415
+ {
416
+ name: 'Salvadorian Staking',
417
+ type: ContractTypes.STAKING,
418
+ profile: 'https://media.xoxno.com/collectionprofile/SAC-c60db0/profilePicture.jpeg',
419
+ },
420
+ ],
421
+ [
422
+ 'erd1qqqqqqqqqqqqqpgq6esp4ztns8ppek5tn95rvx4edqaxc3k7kmgqy02jd0',
423
+ {
424
+ name: 'Pittz Staking',
425
+ type: ContractTypes.STAKING,
426
+ profile: 'https://media.xoxno.com/collectionprofile/PITTZ-1a4c2d/profilePicture.webp',
427
+ },
428
+ ],
429
+ [
430
+ 'erd1qqqqqqqqqqqqqpgqh438d42h9ltlqgpmjxc3srxafnx383n5kagq6hynlu',
431
+ {
432
+ name: 'Realm Staking',
433
+ type: ContractTypes.STAKING,
434
+ profile: 'https://media.xoxno.com/collectionprofile/REALM-579543/profilePicture.webp',
435
+ },
436
+ ],
437
+ [
438
+ 'erd1qqqqqqqqqqqqqpgqwjv6ru86mmlgvad54alm62xay0st5n5f4yuqdky79h',
439
+ {
440
+ name: 'TiredApes Staking',
441
+ type: ContractTypes.STAKING,
442
+ profile: 'https://media.xoxno.com/collectionprofile/TACC-73857e/profilePicture.webp',
443
+ },
444
+ ],
445
+ [
446
+ 'erd1qqqqqqqqqqqqqpgq0rkx70tmr3myr9uada9wez4kkymusw94a9rsn5y7tn',
447
+ {
448
+ name: 'Cantina Staking',
449
+ type: ContractTypes.STAKING,
450
+ profile: 'https://media.xoxno.com/collectionprofile/GSPACEAPE-08bc2b/profilePicture.webp',
451
+ },
452
+ ],
453
+ [
454
+ 'erd1qqqqqqqqqqqqqpgqxp6xre0k09yp586acwnp3kzqx0xn3gk5uslsram6y7',
455
+ {
456
+ name: 'Evoload Staking',
457
+ type: ContractTypes.STAKING,
458
+ profile: 'https://media.xoxno.com/collectionprofile/EVLDS-7e056e/profilePicture.webp',
459
+ },
460
+ ],
461
+ [
462
+ 'erd1qqqqqqqqqqqqqpgqhpauarfmx75nf4pwxh2fuy520ym03p8e8jcqt466up',
463
+ {
464
+ name: 'JewelSwap',
465
+ type: ContractTypes.LENDING,
466
+ profile: 'https://pbs.twimg.com/profile_images/1628519918780940290/GscnTfHP_400x400.jpg',
467
+ },
468
+ ],
469
+ [
470
+ 'erd1qqqqqqqqqqqqqpgqd7f32re7pj0xqha8zru8kgwsqepvhn8kdn3qxej29v',
471
+ {
472
+ name: 'Infinity Staking',
473
+ type: ContractTypes.STAKING,
474
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqd7f32re7pj0xqha8zru8kgwsqepvhn8kdn3qxej29v/icon.svg',
475
+ },
476
+ ],
477
+ [
478
+ 'erd1qqqqqqqqqqqqqpgqssc5tls4r9mzcl30n7wpng8jupjrdmnlp4ssqwpwc7',
479
+ {
480
+ name: 'Burnify Staking',
481
+ type: ContractTypes.STAKING,
482
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqssc5tls4r9mzcl30n7wpng8jupjrdmnlp4ssqwpwc7/icon.svg',
483
+ },
484
+ ],
485
+ [
486
+ 'erd1qqqqqqqqqqqqqpgqcl3dytkacwp0kkxwmykvag50rh5z27kw45qs5dmpk2',
487
+ {
488
+ name: 'XOXNO Private Sale',
489
+ type: ContractTypes.PRIVATE_SALE,
490
+ profile,
491
+ },
492
+ ],
493
+ [
494
+ 'erd1qqqqqqqqqqqqqpgqyq9mwxkq7zelkupafta5ah95pw6362j745qsk5mdzw',
495
+ { name: 'XOXNO Lending', type: ContractTypes.LENDING, profile },
496
+ ],
497
+ [
498
+ 'erd1qqqqqqqqqqqqqpgq4luh53qlc8ehlzmvxm06v0rs8r5q5p6h45qs9dx4vm',
499
+ { name: 'XOXNO Lending', type: ContractTypes.LENDING, profile },
500
+ ],
501
+ [
502
+ 'erd1qqqqqqqqqqqqqpgqsa43z3hxdhwfjgzw58pdvnyl5u4dx9pgch5st4knwr',
503
+ {
504
+ name: 'xLaunchpad',
505
+ type: ContractTypes.LAUNCHPAD,
506
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqpgqsa43z3hxdhwfjgzw58pdvnyl5u4dx9pgch5st4knwr/icon.svg',
507
+ },
508
+ ],
509
+ [
510
+ 'erd1qqqqqqqqqqqqqpgqxxs3etvwccvq9fcg6cxczuvlp47cp8qtgzmqsqvfcg',
511
+ { name: 'XOXNO xLaunchpad', type: ContractTypes.LAUNCHPAD, profile },
512
+ ],
513
+ [
514
+ 'erd1qqqqqqqqqqqqqpgqc0jp2q280xaccqszxwsh5cyl2hv35g79ah0sk4zu5n',
515
+ {
516
+ name: 'XOXNO Migrate',
517
+ type: ContractTypes.LENDING,
518
+ profile,
519
+ },
520
+ ],
521
+ [
522
+ 'erd1qqqqqqqqqqqqqpgqfnarkmhu6tgjgtpenya0dek54jcwkak23g6su00nwn',
523
+ {
524
+ name: 'xBoard',
525
+ type: ContractTypes.EXCHANGE,
526
+ profile: 'https://pbs.twimg.com/profile_images/1807422771192098817/Dbw48rVZ_400x400.jpg',
527
+ },
528
+ ],
529
+ [
530
+ 'erd1qqqqqqqqqqqqqpgq6uzdzy54wnesfnlaycxwymrn9texlnmyah0ssrfvk6',
531
+ {
532
+ name: 'XOXNO Liquid Staking',
533
+ type: ContractTypes.LIQUID_STAKING,
534
+ },
535
+ ],
536
+ [
537
+ 'erd1qqqqqqqqqqqqqpgqs5w0wfmf5gw7qae82upgu26cpk2ug8l245qszu3dxf',
538
+ {
539
+ name: 'XOXNO Liquid Staking',
540
+ type: ContractTypes.LIQUID_STAKING,
541
+ },
542
+ ],
543
+ [
544
+ 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqylllslmq6y6',
545
+ {
546
+ name: 'EGLD Staking',
547
+ type: ContractTypes.STAKING,
548
+ profile: 'https://tools.multiversx.com/assets-cdn/accounts/erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqylllslmq6y6/icon.svg',
549
+ },
550
+ ],
551
+ [
552
+ 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqg8llllsqra25h',
553
+ {
554
+ name: 'XOXNO EGLD Staking',
555
+ type: ContractTypes.STAKING,
556
+ profile,
557
+ },
558
+ ],
559
+ [
560
+ 'erd1qqqqqqqqqqqqqpgqg9fa0dmpn8fu3fnleeqn5zt8rl8mdqjkys5s2gtas7',
561
+ {
562
+ name: 'XOXNO Launchpad',
563
+ type: ContractTypes.LAUNCHPAD,
564
+ profile,
565
+ },
566
+ ],
567
+ [
568
+ 'erd1qqqqqqqqqqqqqpgqarunmmq8vwaevtnr304wqkwladqc0n9645qsrwxs7f',
569
+ {
570
+ name: 'XOXNO Airdrop',
571
+ type: ContractTypes.AIRDROP,
572
+ profile,
573
+ },
574
+ ],
575
+ [
576
+ 'erd1qqqqqqqqqqqqqpgq8538ku69p97lq4eug75y8d6g6yfwhd7c45qs4zvejt',
577
+ {
578
+ name: 'XOXNO Accumulator',
579
+ type: ContractTypes.ACCUMULATOR,
580
+ profile,
581
+ },
582
+ ],
583
+ ]);
package/dist/index.js CHANGED
@@ -203,6 +203,7 @@ __exportStar(require("./enums/event-user-role.doc"), exports);
203
203
  __exportStar(require("./enums/event-user-roles.enum"), exports);
204
204
  __exportStar(require("./enums/external-payment-status.enum"), exports);
205
205
  __exportStar(require("./enums/fiat-tokens.enum"), exports);
206
+ __exportStar(require("./enums/known-contracts"), exports);
206
207
  __exportStar(require("./enums/kusto-db.enum"), exports);
207
208
  __exportStar(require("./enums/lending-activity.enum"), exports);
208
209
  __exportStar(require("./enums/lending-data-type.enum"), exports);
@@ -20,6 +20,7 @@ class MintStageDto {
20
20
  constructor(props) {
21
21
  this.dataType = enums_1.CollectionDataType.MintStage;
22
22
  Object.assign(this, props);
23
+ this.id = `${this.collection}-${this.name}-${this.dataType}`;
23
24
  }
24
25
  }
25
26
  exports.MintStageDto = MintStageDto;
@@ -1,7 +1,7 @@
1
1
  import { CollectionProfileDoc } from '../../cosmos-db/documents/collection/profile';
2
- declare type PinnedCollectionDto_base = Pick<CollectionProfileDoc, "description" | "profile" | "creator" | "collection" | "chain" | "name" | "isVerified" | "banner" | "isMintable">;
2
+ declare type PinnedCollectionDto_base = Pick<CollectionProfileDoc, "description" | "profile" | "name" | "creator" | "collection" | "chain" | "isVerified" | "banner" | "isMintable">;
3
3
  export declare type PinnedCollectionDto = PinnedCollectionDto_base ;
4
- declare const PinnedCollectionDtoNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "creator" | "collection" | "chain" | "name" | "isVerified" | "banner" | "isMintable">>;
4
+ declare const PinnedCollectionDtoNest_base: import("@nestjs/common").Type<Pick<CollectionProfileDoc, "description" | "profile" | "name" | "creator" | "collection" | "chain" | "isVerified" | "banner" | "isMintable">>;
5
5
  export declare class PinnedCollectionDtoNest extends PinnedCollectionDtoNest_base {
6
6
  }
7
7
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.237",
3
+ "version": "1.0.239",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {