Skip to content

Commit

Permalink
fix mising maci-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Nov 27, 2023
1 parent d550f68 commit 64e6781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tests/deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 64e6781

Please sign in to comment.