@argonprotocol/mainchain 1.1.0-rc.8 → 1.1.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.
package/lib/index.cjs CHANGED
@@ -38,6 +38,7 @@ __export(index_exports, {
38
38
  BitcoinLocks: () => BitcoinLocks,
39
39
  BlockWatch: () => BlockWatch,
40
40
  CohortBidder: () => CohortBidder,
41
+ CohortBidderHistory: () => CohortBidderHistory,
41
42
  ExtrinsicError: () => ExtrinsicError2,
42
43
  JsonExt: () => JsonExt,
43
44
  Keyring: () => import_api.Keyring,
@@ -2545,6 +2546,7 @@ async function getClient(host) {
2545
2546
  BitcoinLocks,
2546
2547
  BlockWatch,
2547
2548
  CohortBidder,
2549
+ CohortBidderHistory,
2548
2550
  ExtrinsicError,
2549
2551
  JsonExt,
2550
2552
  Keyring,