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