@net-protocol/bazaar 0.1.9 → 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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +16 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -0
- package/dist/index.mjs.map +1 -1
- package/dist/react.d.mts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.js +16 -0
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +16 -0
- package/dist/react.mjs.map +1 -1
- package/dist/{types-oOrmJnNJ.d.mts → types-DTYGArF-.d.mts} +1 -1
- package/dist/{types-oOrmJnNJ.d.ts → types-DTYGArF-.d.ts} +1 -1
- package/package.json +2 -2
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-
|
|
2
|
+
import { L as Listing, C as CollectionOffer, E as Erc20Offer, d as Erc20Listing, S as Sale } from './types-DTYGArF-.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-
|
|
2
|
+
import { L as Listing, C as CollectionOffer, E as Erc20Offer, d as Erc20Listing, S as Sale } from './types-DTYGArF-.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* React hook for fetching NFT listings from Bazaar
|
package/dist/react.js
CHANGED
|
@@ -693,6 +693,22 @@ var BAZAAR_CHAIN_CONFIGS = {
|
|
|
693
693
|
symbol: "WMONAD"
|
|
694
694
|
},
|
|
695
695
|
currencySymbol: "monad"
|
|
696
|
+
},
|
|
697
|
+
// MegaETH
|
|
698
|
+
4326: {
|
|
699
|
+
bazaarAddress: "0x000000058f3ade587388daf827174d0e6fc97595",
|
|
700
|
+
collectionOffersAddress: "0x0000000f9c45efcff0f78d8b54aa6a40092d66dc",
|
|
701
|
+
erc20OffersAddress: "0x0000000e23a89aa06f317306aa1ae231d3503082",
|
|
702
|
+
erc20BazaarAddress: "0x00000006557e3629e2fc50bbad0c002b27cac492",
|
|
703
|
+
seaportAddress: DEFAULT_SEAPORT_ADDRESS,
|
|
704
|
+
feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
|
|
705
|
+
nftFeeBps: DEFAULT_NFT_FEE_BPS,
|
|
706
|
+
wrappedNativeCurrency: {
|
|
707
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
708
|
+
name: "Wrapped Ether",
|
|
709
|
+
symbol: "WETH"
|
|
710
|
+
},
|
|
711
|
+
currencySymbol: "eth"
|
|
696
712
|
}
|
|
697
713
|
};
|
|
698
714
|
function getBazaarChainConfig(chainId) {
|