Skip to content

Commit

Permalink
Merge branch 'develop' into eth_json_rpc_middleware_patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri authored Sep 11, 2024
2 parents 8a17155 + 3797b2f commit debeefb
Show file tree
Hide file tree
Showing 8 changed files with 964 additions and 195 deletions.
1 change: 0 additions & 1 deletion app/scripts/lib/snap-keyring/utils/isBlockedUrl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ describe('isBlockedUrl', () => {
allowedEvents: [],
});
const phishingController = new PhishingController({
// @ts-expect-error TODO: Resolve mismatch between base-controller versions.
messenger: phishingControllerMessenger,
state: {
phishingLists: [
Expand Down
2 changes: 2 additions & 0 deletions app/scripts/lib/transaction/smart-transactions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function withRequest<ReturnValue>(
});

const smartTransactionsController = new SmartTransactionsController({
// @ts-expect-error TODO: Resolve mismatch between base-controller versions.
messenger,
getNonceLock: jest.fn(),
confirmExternalTransaction: jest.fn(),
Expand Down Expand Up @@ -176,6 +177,7 @@ function withRequest<ReturnValue>(

return fn({
request,
// @ts-expect-error TODO: Resolve mismatch between base-controller versions.
messenger,
startFlowSpy,
addRequestSpy,
Expand Down
Loading

0 comments on commit debeefb

Please sign in to comment.