Skip to content

Commit

Permalink
refactor: update typeArguments in suiRouter to use input.coinObjectId
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jan 27, 2025
1 parent b1402ea commit c4ee785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/maestro/src/server/routers/sui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ export const suiRouter = router({
"0x",
CLOCK_PACKAGE_ID,
],
typeArguments: [""],
// typeArguments: [input.tokenType],
typeArguments: [input.coinObjectId],
});

const tx2 = await buildTx(input.sender, txBuilder);
Expand Down

0 comments on commit c4ee785

Please sign in to comment.