@net-protocol/bazaar 0.1.8 → 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.mjs CHANGED
@@ -713,6 +713,20 @@ var BAZAAR_CHAIN_CONFIGS = {
713
713
  symbol: "WMONAD"
714
714
  },
715
715
  currencySymbol: "monad"
716
+ },
717
+ // MegaETH
718
+ 4326: {
719
+ bazaarAddress: DEFAULT_BAZAAR_ADDRESS,
720
+ collectionOffersAddress: DEFAULT_COLLECTION_OFFERS_ADDRESS,
721
+ seaportAddress: DEFAULT_SEAPORT_ADDRESS,
722
+ feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
723
+ nftFeeBps: DEFAULT_NFT_FEE_BPS,
724
+ wrappedNativeCurrency: {
725
+ address: "0x4200000000000000000000000000000000000006",
726
+ name: "Wrapped Ether",
727
+ symbol: "WETH"
728
+ },
729
+ currencySymbol: "eth"
716
730
  }
717
731
  };
718
732
  function getBazaarChainConfig(chainId) {