fix: UniswapV3 proto definition
This fixes the error: test-runner-1 | 2025-09-20T00:59:08.199125Z ERROR Substreams pack command failed: Error: validation failed: module "map_balance_changes" has invalid proto output type "proto:tycho.evm.uniswap.v3.BalanceDeltas": proto message type "tycho.evm.uniswap.v3.BalanceDeltas" not found in package proto definitions And now it matches how it's done in UniswapV2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package uniswap.v3;
|
||||
package tycho.evm.uniswap.v3;
|
||||
|
||||
message Pool {
|
||||
bytes address = 1;
|
||||
|
||||
Reference in New Issue
Block a user