@net-protocol/bazaar 0.1.9 → 0.1.11

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,22 @@ var BAZAAR_CHAIN_CONFIGS = {
715
715
  symbol: "WMONAD"
716
716
  },
717
717
  currencySymbol: "monad"
718
+ },
719
+ // MegaETH
720
+ 4326: {
721
+ bazaarAddress: "0x000000058f3ade587388daf827174d0e6fc97595",
722
+ collectionOffersAddress: "0x0000000f9c45efcff0f78d8b54aa6a40092d66dc",
723
+ erc20OffersAddress: "0x0000000e23a89aa06f317306aa1ae231d3503082",
724
+ erc20BazaarAddress: "0x00000006557e3629e2fc50bbad0c002b27cac492",
725
+ seaportAddress: DEFAULT_SEAPORT_ADDRESS,
726
+ feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
727
+ nftFeeBps: DEFAULT_NFT_FEE_BPS,
728
+ wrappedNativeCurrency: {
729
+ address: "0x4200000000000000000000000000000000000006",
730
+ name: "Wrapped Ether",
731
+ symbol: "WETH"
732
+ },
733
+ currencySymbol: "eth"
718
734
  }
719
735
  };
720
736
  function getBazaarChainConfig(chainId) {