Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
cawfree committed Nov 5, 2022
1 parent 41c2f73 commit 9742f90
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions apps/web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ import {ethers} from 'ethers';
import {ConnectButton} from '@rainbow-me/rainbowkit';
import {useAccount, useProvider, useSigner} from "wagmi";

const {contractAddress, abi, deployEtherFromFaucet} = Environment;
const {
contractAddress,
abi,
deployEtherFromFaucet,
} = Environment;

export default function Main(): JSX.Element {

Expand Down Expand Up @@ -40,8 +44,8 @@ export default function Main(): JSX.Element {
const witnessCalculator = await mainWitnessCalculator(wasm);

const witnessBuffer = await witnessCalculator.calculateWTNSBin(
{a: 3, b: 11},
0,
{a: 3, b: 11},
0,
);

// @ts-ignore
Expand Down

0 comments on commit 9742f90

Please sign in to comment.