@net-protocol/bazaar 0.1.14 → 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.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { PublicClient } from 'viem';
2
- import { L as Listing, C as CollectionOffer, E as Erc20Offer, d as Erc20Listing, S as Sale } from './types-DC9OwxWx.mjs';
2
+ import { L as Listing, C as CollectionOffer, E as Erc20Offer, d as Erc20Listing, S as Sale } from './types-Da-5LnWj.mjs';
3
3
 
4
4
  /**
5
5
  * React hook for fetching NFT listings from Bazaar
package/dist/react.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { PublicClient } from 'viem';
2
- import { L as Listing, C as CollectionOffer, E as Erc20Offer, d as Erc20Listing, S as Sale } from './types-DC9OwxWx.js';
2
+ import { L as Listing, C as CollectionOffer, E as Erc20Offer, d as Erc20Listing, S as Sale } from './types-Da-5LnWj.js';
3
3
 
4
4
  /**
5
5
  * React hook for fetching NFT listings from Bazaar
package/dist/react.js CHANGED
@@ -559,6 +559,20 @@ var NET_SEAPORT_ZONE_ADDRESS = "0x000000007F8c58fbf215bF91Bda7421A806cf3ae";
559
559
  var NET_SEAPORT_COLLECTION_OFFER_ZONE_ADDRESS = "0x000000B799ec6D7aCC1B578f62bFc324c25DFC5A";
560
560
  var NET_SEAPORT_PRIVATE_ORDER_ZONE_ADDRESS = "0x000000bC63761cbb05305632212e2f3AE2BE7a9B";
561
561
  var BAZAAR_CHAIN_CONFIGS = {
562
+ // Ethereum Mainnet
563
+ 1: {
564
+ bazaarAddress: DEFAULT_BAZAAR_ADDRESS,
565
+ collectionOffersAddress: DEFAULT_COLLECTION_OFFERS_ADDRESS,
566
+ seaportAddress: DEFAULT_SEAPORT_ADDRESS,
567
+ feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
568
+ nftFeeBps: DEFAULT_NFT_FEE_BPS,
569
+ wrappedNativeCurrency: {
570
+ address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
571
+ name: "Wrapped Ether",
572
+ symbol: "WETH"
573
+ },
574
+ currencySymbol: "eth"
575
+ },
562
576
  // Base Mainnet
563
577
  8453: {
564
578
  bazaarAddress: "0x000000058f3ade587388daf827174d0e6fc97595",
@@ -1792,6 +1806,7 @@ var ERC721_TOKEN_OWNER_RANGE_HELPER_ABI = [
1792
1806
  ];
1793
1807
  var OWNED_TOKENS_BATCH_SIZE = 5000n;
1794
1808
  var CHAIN_RPC_URLS = {
1809
+ 1: ["https://eth.llamarpc.com", "https://rpc.ankr.com/eth"],
1795
1810
  8453: ["https://base-mainnet.public.blastapi.io", "https://mainnet.base.org"],
1796
1811
  84532: ["https://sepolia.base.org"],
1797
1812
  666666666: ["https://rpc.degen.tips"],