From eb9bc9b81a3b64b938ca29ac466d0a173decef0f Mon Sep 17 00:00:00 2001 From: yuetloo Date: Mon, 27 Nov 2023 02:25:03 -0500 Subject: [PATCH] fix missing maci-crypto --- contracts/tests/round.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tests/round.ts b/contracts/tests/round.ts index ff822b871..1628aee99 100644 --- a/contracts/tests/round.ts +++ b/contracts/tests/round.ts @@ -4,7 +4,7 @@ import { solidity } from 'ethereum-waffle' import { deployMockContract } from '@ethereum-waffle/mock-contract' import { Contract, BigNumber, ContractTransaction } from 'ethers' import { defaultAbiCoder } from '@ethersproject/abi' -import { genRandomSalt } from 'maci-crypto' +import { genRandomSalt } from '@clrfund/maci-crypto' import { Keypair } from '@clrfund/common' import {