Skip to content

Commit

Permalink
*update to latest ezkl engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-crypto committed Nov 5, 2023
1 parent 15dcbf4 commit 1b572b2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/in-browser-evm-verify/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum Hardfork {
}

export default function InBrowserEvmVerify() {
const { engine, utils } = useSharedResources();
const { utils } = useSharedResources();
const [alertVerify, setAlertVerify] = useState<string>('')
const [warningVerify, setWarningVerify] = useState<string>('')
const [loading, setLoading] = useState(false)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@ezkljs/engine": "^3.8.3",
"@ezkljs/engine": "^3.9.3",
"@ezkljs/verify": "^0.0.8",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
Expand Down
11 changes: 9 additions & 2 deletions pnpm-lock.yaml

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

Binary file modified public/data/test_network.compiled
Binary file not shown.

0 comments on commit 1b572b2

Please sign in to comment.