@net-protocol/bazaar 0.1.10 → 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.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/react.js +4 -2
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +4 -2
- package/dist/react.mjs.map +1 -1
- package/package.json +1 -1
package/dist/react.mjs
CHANGED
|
@@ -694,8 +694,10 @@ var BAZAAR_CHAIN_CONFIGS = {
|
|
|
694
694
|
},
|
|
695
695
|
// MegaETH
|
|
696
696
|
4326: {
|
|
697
|
-
bazaarAddress:
|
|
698
|
-
collectionOffersAddress:
|
|
697
|
+
bazaarAddress: "0x000000058f3ade587388daf827174d0e6fc97595",
|
|
698
|
+
collectionOffersAddress: "0x0000000f9c45efcff0f78d8b54aa6a40092d66dc",
|
|
699
|
+
erc20OffersAddress: "0x0000000e23a89aa06f317306aa1ae231d3503082",
|
|
700
|
+
erc20BazaarAddress: "0x00000006557e3629e2fc50bbad0c002b27cac492",
|
|
699
701
|
seaportAddress: DEFAULT_SEAPORT_ADDRESS,
|
|
700
702
|
feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
|
|
701
703
|
nftFeeBps: DEFAULT_NFT_FEE_BPS,
|