We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce93680 commit 3f6c424Copy full SHA for 3f6c424
packages/thirdweb/src/extensions/prebuilts/get-required-transactions.ts
@@ -128,7 +128,7 @@ async function getTransactionsForImplementation(options: {
128
options;
129
130
if (deployMetadata.name === "MarketplaceV3") {
131
- return getTransactionsForMaketplaceV3(options);
+ return getTransactionsForMarketplaceV3(options);
132
}
133
134
const constructorParams =
@@ -157,7 +157,7 @@ async function getTransactionsForImplementation(options: {
157
return result ? [result] : [];
158
159
160
-async function getTransactionsForMaketplaceV3(options: {
+async function getTransactionsForMarketplaceV3(options: {
161
chain: Chain;
162
client: ThirdwebClient;
163
}): Promise<DeployTransactionResult[]> {
0 commit comments