Skip to content

Commit

Permalink
Merge pull request #478 from BitGo/WIN-3275-sui-unsigned-sweep-tx
Browse files Browse the repository at this point in the history
feat(sui): build unsigned sweep tx for cold wallets
  • Loading branch information
hitansh-madan authored Aug 21, 2024
2 parents ad582e2 + abeee49 commit 9d655d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,8 @@ function Form() {
case 'tada':
case 'dot':
case 'tdot':
case 'sui':
case 'tsui':
return (
<CardanoForm
key={coin}
Expand Down
2 changes: 2 additions & 0 deletions src/helpers/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ export const buildUnsignedSweepCoins: Record<
allCoinMetas.dot,
allCoinMetas.hbar,
allCoinMetas.algo,
allCoinMetas.sui,
] as const,
test: [
allCoinMetas.tbtc,
Expand All @@ -678,6 +679,7 @@ export const buildUnsignedSweepCoins: Record<
allCoinMetas.thbar,
allCoinMetas.talgo,
allCoinMetas.tbsc,
allCoinMetas.tsui,
] as const,
};

Expand Down

0 comments on commit 9d655d4

Please sign in to comment.