Skip to content

Commit

Permalink
Fix e2e tests and lock file, deps audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Dec 6, 2024
1 parent 97cd253 commit c5231c0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 25 deletions.
41 changes: 21 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@playwright/test": "^1.45.1",
"@playwright/test": "^1.49.0",
"@shimkiv/cli-testing-library": "^0.1.7",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
Expand Down
4 changes: 0 additions & 4 deletions src/lib/ui/next/customNextPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ import GradientBG from '../components/GradientBG.js';
import styles from '../styles/Home.module.css';
import heroMinaLogo from '../public/assets/hero-mina-logo.svg';
import arrowRightSmall from '../public/assets/arrow-right-small.svg';
import './reactCOIServiceWorker';
import {fetchAccount, Mina, PublicKey} from "o1js";
import {Add} from "../../contracts";
// We've already deployed the Add contract on testnet at this address
// https://minascan.io/devnet/account/B62qnTDEeYtBHBePA4yhCt4TCgDtA4L2CGvK7PirbJyX4pKH8bmtWe5
const zkAppAddress = "B62qnTDEeYtBHBePA4yhCt4TCgDtA4L2CGvK7PirbJyX4pKH8bmtWe5";
import './reactCOIServiceWorker';
export default function Home() {
const zkApp = useRef<Add>(new Add(PublicKey.fromBase58(zkAppAddress)));
Expand Down

0 comments on commit c5231c0

Please sign in to comment.