Skip to content

Commit e492e23

Browse files
More fixes
1 parent 934263b commit e492e23

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

packages/snaps-controllers/src/multichain/MultichainRouter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ export class MultichainRouter {
243243
scope: CaipChainId;
244244
request: JsonRpcRequest;
245245
}): Promise<unknown> {
246-
// TODO: Determine if the request is already validated here?
247246
const { method, params } = request;
248247

249248
// If the RPC request can be serviced by an account Snap, route it there.

packages/snaps-controllers/src/test-utils/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ import type {
5252
SnapInterfaceControllerEvents,
5353
StoredInterface,
5454
} from '../interface/SnapInterfaceController';
55-
import { SnapController } from '../snaps';
5655
import type {
5756
MultichainRouterActions,
5857
MultichainRouterAllowedActions,
5958
MultichainRouterEvents,
6059
} from '../multichain';
60+
import { SnapController } from '../snaps';
6161
import type {
6262
AllowedActions,
6363
AllowedEvents,

packages/snaps-rpc-methods/jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ module.exports = deepmerge(baseConfig, {
1010
],
1111
coverageThreshold: {
1212
global: {
13-
branches: 94.93,
14-
functions: 98.08,
15-
lines: 98.69,
16-
statements: 98.36,
13+
branches: 95.09,
14+
functions: 98.61,
15+
lines: 98.8,
16+
statements: 98.47,
1717
},
1818
},
1919
});

packages/snaps-utils/coverage.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"branches": 99.74,
3-
"functions": 98.94,
4-
"lines": 99.46,
5-
"statements": 96.32
3+
"functions": 98.95,
4+
"lines": 99.47,
5+
"statements": 96.27
66
}

0 commit comments

Comments
 (0)