@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/react.mjs CHANGED
@@ -691,6 +691,20 @@ var BAZAAR_CHAIN_CONFIGS = {
691
691
  symbol: "WMONAD"
692
692
  },
693
693
  currencySymbol: "monad"
694
+ },
695
+ // MegaETH
696
+ 4326: {
697
+ bazaarAddress: DEFAULT_BAZAAR_ADDRESS,
698
+ collectionOffersAddress: DEFAULT_COLLECTION_OFFERS_ADDRESS,
699
+ seaportAddress: DEFAULT_SEAPORT_ADDRESS,
700
+ feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
701
+ nftFeeBps: DEFAULT_NFT_FEE_BPS,
702
+ wrappedNativeCurrency: {
703
+ address: "0x4200000000000000000000000000000000000006",
704
+ name: "Wrapped Ether",
705
+ symbol: "WETH"
706
+ },
707
+ currencySymbol: "eth"
694
708
  }
695
709
  };
696
710
  function getBazaarChainConfig(chainId) {