@flowtyio/flow-contracts 0.0.14 → 0.0.16

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.
package/flow.json CHANGED
@@ -227,6 +227,70 @@
227
227
  "testnet": "0xbe4635353f55bbd4",
228
228
  "mainnet": "0x473d6a2c37eab5be"
229
229
  }
230
+ },
231
+ "TopShot": {
232
+ "source": "./contracts/dapper/TopShot.cdc",
233
+ "aliases": {
234
+ "emulator": "0xf8d6e0586b0a20c7",
235
+ "testnet": "0x877931736ee77cff",
236
+ "mainnet": "0x0b2a3299cc857e29"
237
+ }
238
+ },
239
+ "TopShotLocking": {
240
+ "source": "./contracts/dapper/TopShotLocking.cdc",
241
+ "aliases": {
242
+ "emulator": "0xf8d6e0586b0a20c7",
243
+ "testnet": "0x877931736ee77cff",
244
+ "mainnet": "0x0b2a3299cc857e29"
245
+ }
246
+ },
247
+ "DapperOffersV2": {
248
+ "source": "./contracts/dapper/offers/DapperOffersV2.cdc",
249
+ "aliases": {
250
+ "emulator": "0xf8d6e0586b0a20c7",
251
+ "testnet": "0x8a5f647e58dde1ee",
252
+ "mainnet": "0xb8ea91944fd51c43"
253
+ }
254
+ },
255
+ "OffersV2": {
256
+ "source": "./contracts/dapper/offers/OffersV2.cdc",
257
+ "aliases": {
258
+ "emulator": "0xf8d6e0586b0a20c7",
259
+ "testnet": "0x8a5f647e58dde1ee",
260
+ "mainnet": "0xb8ea91944fd51c43"
261
+ }
262
+ },
263
+ "Resolver": {
264
+ "source": "./contracts/dapper/offers/Resolver.cdc",
265
+ "aliases": {
266
+ "emulator": "0xf8d6e0586b0a20c7",
267
+ "testnet": "0x8a5f647e58dde1ee",
268
+ "mainnet": "0xb8ea91944fd51c43"
269
+ }
270
+ },
271
+ "ArrayUtils": {
272
+ "source": "./contracts/flow-utils/ArrayUtils.cdc",
273
+ "aliases": {
274
+ "emulator": "0xf8d6e0586b0a20c7",
275
+ "testnet": "0x31ad40c07a2a9788",
276
+ "mainnet": "0xa340dc0a4ec828ab"
277
+ }
278
+ },
279
+ "StringUtils": {
280
+ "source": "./contracts/flow-utils/StringUtils.cdc",
281
+ "aliases": {
282
+ "emulator": "0xf8d6e0586b0a20c7",
283
+ "testnet": "0x31ad40c07a2a9788",
284
+ "mainnet": "0xa340dc0a4ec828ab"
285
+ }
286
+ },
287
+ "AddressUtils": {
288
+ "source": "./contracts/flow-utils/AddressUtils.cdc",
289
+ "aliases": {
290
+ "emulator": "0xf8d6e0586b0a20c7",
291
+ "testnet": "0x31ad40c07a2a9788",
292
+ "mainnet": "0xa340dc0a4ec828ab"
293
+ }
230
294
  }
231
295
  },
232
296
  "deployments": {
@@ -243,7 +307,15 @@
243
307
  "FlowStorageFees",
244
308
  "FeeEstimator",
245
309
  "LostAndFound",
246
- "LostAndFoundHelper"
310
+ "LostAndFoundHelper",
311
+ "Resolver",
312
+ "DapperOffersV2",
313
+ "OffersV2",
314
+ "TopShot",
315
+ "TopShotLocking",
316
+ "ArrayUtils",
317
+ "StringUtils",
318
+ "AddressUtils"
247
319
  ],
248
320
  "emulator-ft": [
249
321
  "FungibleToken",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowtyio/flow-contracts",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "main": "index.json",
5
5
  "description": "An NPM package for common flow contracts",
6
6
  "author": "flowtyio",