@net-protocol/bazaar 0.1.10 → 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.mjs CHANGED
@@ -716,8 +716,10 @@ var BAZAAR_CHAIN_CONFIGS = {
716
716
  },
717
717
  // MegaETH
718
718
  4326: {
719
- bazaarAddress: DEFAULT_BAZAAR_ADDRESS,
720
- collectionOffersAddress: DEFAULT_COLLECTION_OFFERS_ADDRESS,
719
+ bazaarAddress: "0x000000058f3ade587388daf827174d0e6fc97595",
720
+ collectionOffersAddress: "0x0000000f9c45efcff0f78d8b54aa6a40092d66dc",
721
+ erc20OffersAddress: "0x0000000e23a89aa06f317306aa1ae231d3503082",
722
+ erc20BazaarAddress: "0x00000006557e3629e2fc50bbad0c002b27cac492",
721
723
  seaportAddress: DEFAULT_SEAPORT_ADDRESS,
722
724
  feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
723
725
  nftFeeBps: DEFAULT_NFT_FEE_BPS,