Skip to content

Commit

Permalink
Merge branch 'master' into WIN-3274-sui-non-bitgo-recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavidhingra committed Aug 9, 2024
2 parents e0abf6a + 14001a4 commit 75a28a9
Show file tree
Hide file tree
Showing 4 changed files with 797 additions and 557 deletions.
2 changes: 1 addition & 1 deletion electron/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { join } from 'path';
import * as ecc from 'tiny-secp256k1';
import { Hbar, Thbar } from '@bitgo/sdk-coin-hbar';
import { Algo, Talgo } from '@bitgo/sdk-coin-algo';
import { Sui, Tsui } from '@bitgo/sdk-coin-sui';
import { Sui, Tsui } from '@bitgo-beta/sdk-coin-sui';

const bip32 = BIP32Factory(ecc);

Expand Down
Loading

0 comments on commit 75a28a9

Please sign in to comment.