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 7f9f076 commit 1bb2e7aCopy full SHA for 1bb2e7a
packages/snaps-controllers/coverage.json
@@ -1,6 +1,6 @@
1
{
2
- "branches": 95.23,
3
- "functions": 99,
4
- "lines": 98.74,
5
- "statements": 98.58
+ "branches": 95.02,
+ "functions": 98.03,
+ "lines": 98.63,
+ "statements": 98.43
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