@net-protocol/bazaar 0.1.9 → 0.1.10

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/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { PublicClient } from 'viem';
2
2
  import { NetMessage } from '@net-protocol/core';
3
- import { G as GetListingsOptions, L as Listing, a as GetCollectionOffersOptions, C as CollectionOffer, b as GetErc20OffersOptions, E as Erc20Offer, c as GetErc20ListingsOptions, d as Erc20Listing, e as GetSalesOptions, S as Sale, W as WriteTransactionConfig, f as SeaportOrderComponents, P as PreparedFulfillment, g as CreateListingParams, h as PreparedOrder, i as CreateCollectionOfferParams, j as CreateErc20OfferParams, k as CreateErc20ListingParams, l as SeaportOrderParameters, m as SeaportSubmission, n as SeaportOrderStatusInfo, o as SeaportOrderStatus, p as EIP712OrderData } from './types-oOrmJnNJ.mjs';
4
- export { q as ConsiderationItem, I as ItemType, O as OfferItem, r as OrderType } from './types-oOrmJnNJ.mjs';
3
+ import { G as GetListingsOptions, L as Listing, a as GetCollectionOffersOptions, C as CollectionOffer, b as GetErc20OffersOptions, E as Erc20Offer, c as GetErc20ListingsOptions, d as Erc20Listing, e as GetSalesOptions, S as Sale, W as WriteTransactionConfig, f as SeaportOrderComponents, P as PreparedFulfillment, g as CreateListingParams, h as PreparedOrder, i as CreateCollectionOfferParams, j as CreateErc20OfferParams, k as CreateErc20ListingParams, l as SeaportOrderParameters, m as SeaportSubmission, n as SeaportOrderStatusInfo, o as SeaportOrderStatus, p as EIP712OrderData } from './types-DTYGArF-.mjs';
4
+ export { r as ConsiderationItem, I as ItemType, q as OfferItem, O as OrderType } from './types-DTYGArF-.mjs';
5
5
  import { Seaport } from '@opensea/seaport-js';
6
6
 
7
7
  /**
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { PublicClient } from 'viem';
2
2
  import { NetMessage } from '@net-protocol/core';
3
- import { G as GetListingsOptions, L as Listing, a as GetCollectionOffersOptions, C as CollectionOffer, b as GetErc20OffersOptions, E as Erc20Offer, c as GetErc20ListingsOptions, d as Erc20Listing, e as GetSalesOptions, S as Sale, W as WriteTransactionConfig, f as SeaportOrderComponents, P as PreparedFulfillment, g as CreateListingParams, h as PreparedOrder, i as CreateCollectionOfferParams, j as CreateErc20OfferParams, k as CreateErc20ListingParams, l as SeaportOrderParameters, m as SeaportSubmission, n as SeaportOrderStatusInfo, o as SeaportOrderStatus, p as EIP712OrderData } from './types-oOrmJnNJ.js';
4
- export { q as ConsiderationItem, I as ItemType, O as OfferItem, r as OrderType } from './types-oOrmJnNJ.js';
3
+ import { G as GetListingsOptions, L as Listing, a as GetCollectionOffersOptions, C as CollectionOffer, b as GetErc20OffersOptions, E as Erc20Offer, c as GetErc20ListingsOptions, d as Erc20Listing, e as GetSalesOptions, S as Sale, W as WriteTransactionConfig, f as SeaportOrderComponents, P as PreparedFulfillment, g as CreateListingParams, h as PreparedOrder, i as CreateCollectionOfferParams, j as CreateErc20OfferParams, k as CreateErc20ListingParams, l as SeaportOrderParameters, m as SeaportSubmission, n as SeaportOrderStatusInfo, o as SeaportOrderStatus, p as EIP712OrderData } from './types-DTYGArF-.js';
4
+ export { r as ConsiderationItem, I as ItemType, q as OfferItem, O as OrderType } from './types-DTYGArF-.js';
5
5
  import { Seaport } from '@opensea/seaport-js';
6
6
 
7
7
  /**
package/dist/index.js CHANGED
@@ -715,6 +715,20 @@ var BAZAAR_CHAIN_CONFIGS = {
715
715
  symbol: "WMONAD"
716
716
  },
717
717
  currencySymbol: "monad"
718
+ },
719
+ // MegaETH
720
+ 4326: {
721
+ bazaarAddress: DEFAULT_BAZAAR_ADDRESS,
722
+ collectionOffersAddress: DEFAULT_COLLECTION_OFFERS_ADDRESS,
723
+ seaportAddress: DEFAULT_SEAPORT_ADDRESS,
724
+ feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
725
+ nftFeeBps: DEFAULT_NFT_FEE_BPS,
726
+ wrappedNativeCurrency: {
727
+ address: "0x4200000000000000000000000000000000000006",
728
+ name: "Wrapped Ether",
729
+ symbol: "WETH"
730
+ },
731
+ currencySymbol: "eth"
718
732
  }
719
733
  };
720
734
  function getBazaarChainConfig(chainId) {