@net-protocol/bazaar 0.1.10 → 0.1.12
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.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/dist/react.js +5 -3
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +5 -3
- package/dist/react.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -718,10 +718,12 @@ var BAZAAR_CHAIN_CONFIGS = {
|
|
|
718
718
|
},
|
|
719
719
|
// MegaETH
|
|
720
720
|
4326: {
|
|
721
|
-
bazaarAddress:
|
|
722
|
-
collectionOffersAddress:
|
|
721
|
+
bazaarAddress: "0x000000058f3ade587388daf827174d0e6fc97595",
|
|
722
|
+
collectionOffersAddress: "0x0000000f9c45efcff0f78d8b54aa6a40092d66dc",
|
|
723
|
+
erc20OffersAddress: "0x0000000e23a89aa06f317306aa1ae231d3503082",
|
|
724
|
+
erc20BazaarAddress: "0x00000006557e3629e2fc50bbad0c002b27cac492",
|
|
723
725
|
seaportAddress: DEFAULT_SEAPORT_ADDRESS,
|
|
724
|
-
feeCollectorAddress:
|
|
726
|
+
feeCollectorAddress: "0x66547ff4f7206e291F7BC157b54C026Fc6660961",
|
|
725
727
|
nftFeeBps: DEFAULT_NFT_FEE_BPS,
|
|
726
728
|
wrappedNativeCurrency: {
|
|
727
729
|
address: "0x4200000000000000000000000000000000000006",
|