File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
packages/thirdweb/src/extensions/prebuilts Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,16 @@ async function getTransactionsForMaketplaceV3(options: {
209209 return transactions ;
210210}
211211
212+ /**
213+ * Gets the default constructor parameters required for contract implementation deployment
214+ * @param args - The arguments object
215+ * @param args.chain - The blockchain network configuration
216+ * @param args.client - The ThirdwebClient instance
217+ * @returns An object containing default constructor parameters:
218+ * - On zkSync chains: returns an empty object since no parameters are needed
219+ * - On other chains: returns `trustedForwarder` and `nativeTokenWrapper` addresses
220+ * @internal
221+ */
212222export async function getAllDefaultConstructorParamsForImplementation ( args : {
213223 chain : Chain ;
214224 client : ThirdwebClient ;
You can’t perform that action at this time.
0 commit comments