We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3044a9 commit 1b5e468Copy full SHA for 1b5e468
packages/snaps-controllers/coverage.json
@@ -1,6 +1,6 @@
1
{
2
- "branches": 95.22,
3
- "functions": 98.49,
4
- "lines": 98.88,
5
- "statements": 98.71
+ "branches": 94.84,
+ "functions": 98.01,
+ "lines": 98.71,
+ "statements": 98.5
6
}
packages/snaps-controllers/src/test-utils/multichain.ts
@@ -4,7 +4,7 @@ import { SnapCaveatType } from '@metamask/snaps-utils';
import { MOCK_SNAP_ID } from '@metamask/snaps-utils/test-utils';
import type { CaipAccountId, CaipChainId, Json } from '@metamask/utils';
7
-import type { WithSnapKeyringFunction } from '@metamask/snaps-controllers';
+import type { WithSnapKeyringFunction } from '../multichain';
8
9
export const BTC_CAIP2 =
10
'bip122:000000000019d6689c085ae165831e93' as CaipChainId;
0 commit comments