Skip to content

Commit

Permalink
fix solidity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Oct 10, 2023
1 parent 6f25164 commit 8f1c117
Show file tree
Hide file tree
Showing 7 changed files with 27,989 additions and 24 deletions.
4 changes: 2 additions & 2 deletions evm/forge/src/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use merkle_mountain_range::{leaf_index_to_mmr_size, leaf_index_to_pos};
use merkle_mountain_range_labs::mmr_position_to_k_index;
use primitive_types::H256;

ethers::contract::abigen!(BeefyV1, "../out/BeefyV1.sol/BeefyV1.json",);
ethers::contract::abigen!(HandlerV1, "../out/HandlerV1.sol/HandlerV1.json",);
ethers::contract::abigen!(BeefyV1, "./src/abi/BeefyV1.json",);
ethers::contract::abigen!(HandlerV1, "./src/abi/HandlerV1.json",);

impl From<ConsensusMessage> for BeefyConsensusProof {
fn from(message: ConsensusMessage) -> Self {
Expand Down
Loading

0 comments on commit 8f1c117

Please sign in to comment.