change to ethers_core

This commit is contained in:
psippl 2022-02-21 11:48:47 +01:00
parent c8d06c61ba
commit 45f9ae4566
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use ethers::types::U256;
use ethers_core::types::U256;
use num_bigint::{BigInt, Sign};
use serde::{
de::{Error as DeError, Visitor},

View File

@ -6,7 +6,7 @@ use ark_groth16::{create_proof_with_reduction_and_matrices, prepare_verifying_ke
use ark_relations::r1cs::SynthesisError;
use ark_std::rand::thread_rng;
use color_eyre::Result;
use ethers::utils::keccak256;
use ethers_core::utils::keccak256;
use num_bigint::{BigInt, Sign};
use once_cell::sync::Lazy;
use poseidon_rs::{Fr, FrRepr, Poseidon};