@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/react.mjs
CHANGED
|
@@ -691,6 +691,20 @@ var BAZAAR_CHAIN_CONFIGS = {
|
|
|
691
691
|
symbol: "WMONAD"
|
|
692
692
|
},
|
|
693
693
|
currencySymbol: "monad"
|
|
694
|
+
},
|
|
695
|
+
// MegaETH
|
|
696
|
+
4326: {
|
|
697
|
+
bazaarAddress: DEFAULT_BAZAAR_ADDRESS,
|
|
698
|
+
collectionOffersAddress: DEFAULT_COLLECTION_OFFERS_ADDRESS,
|
|
699
|
+
seaportAddress: DEFAULT_SEAPORT_ADDRESS,
|
|
700
|
+
feeCollectorAddress: DEFAULT_FEE_COLLECTOR_ADDRESS,
|
|
701
|
+
nftFeeBps: DEFAULT_NFT_FEE_BPS,
|
|
702
|
+
wrappedNativeCurrency: {
|
|
703
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
704
|
+
name: "Wrapped Ether",
|
|
705
|
+
symbol: "WETH"
|
|
706
|
+
},
|
|
707
|
+
currencySymbol: "eth"
|
|
694
708
|
}
|
|
695
709
|
};
|
|
696
710
|
function getBazaarChainConfig(chainId) {
|