Skip to content

Commit

Permalink
update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas committed Feb 22, 2024
1 parent 0136c87 commit 8b6fbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/uniswap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use ethabi::Address;
use prost::Message;
use prost_types::Any;
use substreams_ethereum::block_view::LogView;
use substreams_ethereum::pb::eth::v2::{Block, Log};
use substreams_ethereum::pb::eth::v2::Block;

use graph::indexer::{BlockTransform, EncodedBlock, EncodedTriggers, State};

Expand Down

0 comments on commit 8b6fbbd

Please sign in to comment.