Skip to content

Commit

Permalink
feat(sui): build unsigned sweep tx for cold wallets
Browse files Browse the repository at this point in the history
Ticket: WIN-3275
  • Loading branch information
bhavidhingra committed Aug 20, 2024
1 parent 8bf8766 commit e91d00b
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 e91d00b

Please sign in to comment.