Skip to content

Commit

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

0 comments on commit eb9bc9b

Please sign in to comment.