@net-protocol/bazaar 0.1.8 → 0.1.10
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/README.md +39 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +14 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -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 +14 -0
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +14 -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/index.mjs
CHANGED
|
@@ -713,6 +713,20 @@ var BAZAAR_CHAIN_CONFIGS = {
|
|
|
713
713
|
symbol: "WMONAD"
|
|
714
714
|
},
|
|
715
715
|
currencySymbol: "monad"
|
|
716
|
+
},
|
|
717
|
+
// MegaETH
|
|
718
|
+
4326: {
|
|
719
|
+
bazaarAddress: DEFAULT_BAZAAR_ADDRESS,
|
|
720
|
+
collectionOffersAddress: DEFAULT_COLLECTION_OFFERS_ADDRESS,
|
|
721
|
+
seaportAddress: DEFAULT_SEAPORT_ADDRESS,
|
|
722
|
+
feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
|
|
723
|
+
nftFeeBps: DEFAULT_NFT_FEE_BPS,
|
|
724
|
+
wrappedNativeCurrency: {
|
|
725
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
726
|
+
name: "Wrapped Ether",
|
|
727
|
+
symbol: "WETH"
|
|
728
|
+
},
|
|
729
|
+
currencySymbol: "eth"
|
|
716
730
|
}
|
|
717
731
|
};
|
|
718
732
|
function getBazaarChainConfig(chainId) {
|