From 64e67818c5e076937c443c7d24f26c8c5cbaee9c Mon Sep 17 00:00:00 2001 From: yuetloo Date: Mon, 27 Nov 2023 02:14:23 -0500 Subject: [PATCH] fix mising maci-crypto --- contracts/tests/deployer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/tests/deployer.ts b/contracts/tests/deployer.ts index 1f708fade..9ed53383a 100644 --- a/contracts/tests/deployer.ts +++ b/contracts/tests/deployer.ts @@ -2,7 +2,7 @@ import { ethers, waffle, config } from 'hardhat' import { use, expect } from 'chai' import { solidity } from 'ethereum-waffle' import { Signer, Contract, ContractTransaction, constants } from 'ethers' -import { genRandomSalt } from 'maci-crypto' +import { genRandomSalt } from '@clrfund/maci-crypto' import { Keypair } from '@clrfund/common' import { ZERO_ADDRESS, UNIT } from '../utils/constants'