@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/react.js CHANGED
@@ -696,8 +696,10 @@ var BAZAAR_CHAIN_CONFIGS = {
696
696
  },
697
697
  // MegaETH
698
698
  4326: {
699
- bazaarAddress: DEFAULT_BAZAAR_ADDRESS,
700
- collectionOffersAddress: DEFAULT_COLLECTION_OFFERS_ADDRESS,
699
+ bazaarAddress: "0x000000058f3ade587388daf827174d0e6fc97595",
700
+ collectionOffersAddress: "0x0000000f9c45efcff0f78d8b54aa6a40092d66dc",
701
+ erc20OffersAddress: "0x0000000e23a89aa06f317306aa1ae231d3503082",
702
+ erc20BazaarAddress: "0x00000006557e3629e2fc50bbad0c002b27cac492",
701
703
  seaportAddress: DEFAULT_SEAPORT_ADDRESS,
702
704
  feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
703
705
  nftFeeBps: DEFAULT_NFT_FEE_BPS,