Skip to content

Commit b804e99

Browse files
committed
update token import
1 parent 63b79c6 commit b804e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { EasyPrivateVotingContract } from "../src/artifacts/EasyPrivateVoting.js
22
import { AccountWallet, CompleteAddress, createLogger, Fr, PXE, waitForPXE, createPXEClient, Logger } from "@aztec/aztec.js";
33
import { getSchnorrAccount } from '@aztec/accounts/schnorr';
44
import { deriveSigningKey } from '@aztec/circuits.js';
5-
import { TokenContract } from "@aztec/noir-contracts.js";
65
import { getInitialTestAccountsWallets } from "@aztec/accounts/testing";
6+
import { TokenContract } from "@aztec/noir-contracts.js/Token"
77

88
const setupSandbox = async () => {
99
const { PXE_URL = 'http://localhost:8080' } = process.env;

0 commit comments

Comments
 (0)