@net-protocol/bazaar 0.1.15 → 0.1.16

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
@@ -557,6 +557,20 @@ var NET_SEAPORT_ZONE_ADDRESS = "0x000000007F8c58fbf215bF91Bda7421A806cf3ae";
557
557
  var NET_SEAPORT_COLLECTION_OFFER_ZONE_ADDRESS = "0x000000B799ec6D7aCC1B578f62bFc324c25DFC5A";
558
558
  var NET_SEAPORT_PRIVATE_ORDER_ZONE_ADDRESS = "0x000000bC63761cbb05305632212e2f3AE2BE7a9B";
559
559
  var BAZAAR_CHAIN_CONFIGS = {
560
+ // Ethereum Mainnet
561
+ 1: {
562
+ bazaarAddress: DEFAULT_BAZAAR_ADDRESS,
563
+ collectionOffersAddress: DEFAULT_COLLECTION_OFFERS_ADDRESS,
564
+ seaportAddress: DEFAULT_SEAPORT_ADDRESS,
565
+ feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
566
+ nftFeeBps: DEFAULT_NFT_FEE_BPS,
567
+ wrappedNativeCurrency: {
568
+ address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
569
+ name: "Wrapped Ether",
570
+ symbol: "WETH"
571
+ },
572
+ currencySymbol: "eth"
573
+ },
560
574
  // Base Mainnet
561
575
  8453: {
562
576
  bazaarAddress: "0x000000058f3ade587388daf827174d0e6fc97595",
@@ -1790,6 +1804,7 @@ var ERC721_TOKEN_OWNER_RANGE_HELPER_ABI = [
1790
1804
  ];
1791
1805
  var OWNED_TOKENS_BATCH_SIZE = 5000n;
1792
1806
  var CHAIN_RPC_URLS = {
1807
+ 1: ["https://eth.llamarpc.com", "https://rpc.ankr.com/eth"],
1793
1808
  8453: ["https://base-mainnet.public.blastapi.io", "https://mainnet.base.org"],
1794
1809
  84532: ["https://sepolia.base.org"],
1795
1810
  666666666: ["https://rpc.degen.tips"],