Skip to content

Commit 3f6c424

Browse files
authored
fix spelling get-required-transactions.ts
Signed-off-by: Tronica <[email protected]>
1 parent ce93680 commit 3f6c424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/thirdweb/src/extensions/prebuilts/get-required-transactions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async function getTransactionsForImplementation(options: {
128128
options;
129129

130130
if (deployMetadata.name === "MarketplaceV3") {
131-
return getTransactionsForMaketplaceV3(options);
131+
return getTransactionsForMarketplaceV3(options);
132132
}
133133

134134
const constructorParams =
@@ -157,7 +157,7 @@ async function getTransactionsForImplementation(options: {
157157
return result ? [result] : [];
158158
}
159159

160-
async function getTransactionsForMaketplaceV3(options: {
160+
async function getTransactionsForMarketplaceV3(options: {
161161
chain: Chain;
162162
client: ThirdwebClient;
163163
}): Promise<DeployTransactionResult[]> {

0 commit comments

Comments
 (0)