Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Oct 2, 2024
1 parent e3d4ce3 commit 52bb792
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@chakra-ui/react": "^2.9.1",
"@chakra-ui/utils": "^2.1.1",
"@craco/craco": "7.1.0",
"@datadog/browser-logs": "^4.21.2",
"@datadog/browser-rum": "^4.16.0",
Expand Down
1 change: 1 addition & 0 deletions packages/common/src/allo/transaction-sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ export async function sendTransaction<
data = encodeFunctionData({
abi: args.abi as Abi,
functionName: args.functionName as string,
// @ts-ignore

Check failure on line 301 in packages/common/src/allo/transaction-sender.ts

View workflow job for this annotation

GitHub Actions / lint-test-typecheck

Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
args: args.args as unknown[],
});
}
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52bb792

Please sign in to comment.