Skip to content

Commit 2349821

Browse files
committed
revert test values
1 parent 1685040 commit 2349821

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

shared/lib/accounts/bitcoin-wallet-snap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { SnapId } from '@metamask/snaps-sdk';
44
import BitcoinWalletSnap from '@metamask/bitcoin-wallet-snap/dist/preinstalled-snap.json';
55

66
export const BITCOIN_WALLET_SNAP_ID: SnapId =
7-
'local:http://localhost:8080' as SnapId;
7+
BitcoinWalletSnap.snapId as SnapId;
88

99
export const BITCOIN_WALLET_NAME: string =
1010
BitcoinWalletSnap.manifest.proposedName;

ui/hooks/accounts/useMultichainWalletSnapClient.ts

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export class MultichainWalletSnapClient {
7070
scope,
7171
...(entropySource ? { entropySource } : {}),
7272
...(accountNameSuggestion ? { accountNameSuggestion } : {}),
73-
synchronize: true,
7473
});
7574

7675
// NOTE: The account's balance is going to be tracked automatically on when the new account

0 commit comments

Comments
 (0)