We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b79c6 commit b804e99Copy full SHA for b804e99
scripts/deploy.ts
@@ -2,8 +2,8 @@ import { EasyPrivateVotingContract } from "../src/artifacts/EasyPrivateVoting.js
2
import { AccountWallet, CompleteAddress, createLogger, Fr, PXE, waitForPXE, createPXEClient, Logger } from "@aztec/aztec.js";
3
import { getSchnorrAccount } from '@aztec/accounts/schnorr';
4
import { deriveSigningKey } from '@aztec/circuits.js';
5
-import { TokenContract } from "@aztec/noir-contracts.js";
6
import { getInitialTestAccountsWallets } from "@aztec/accounts/testing";
+import { TokenContract } from "@aztec/noir-contracts.js/Token"
7
8
const setupSandbox = async () => {
9
const { PXE_URL = 'http://localhost:8080' } = process.env;
0 commit comments