Skip to content

Commit

Permalink
ignore ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Oct 23, 2024
1 parent 15c4477 commit 99bfc4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/src/panel/providers/ForkProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ async function prepareSafeForSimulation(
params: [
{
to: avatarAddress,
// @ts-expect-error TODO: needs a fix in protocol-kit -> https://github.com/safe-global/safe-core-sdk/issues/1021
data: safeContract.encode('enableModule', [from]),
from: avatarAddress,
},
Expand Down

0 comments on commit 99bfc4e

Please sign in to comment.