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:
TAMARA LIPOWSKI
2025-09-20 01:30:38 -04:00
committed by Tamara
parent 2ae5c4bcc7
commit 6cc1dcc505

View File

@@ -1,6 +1,6 @@
syntax = "proto3"; syntax = "proto3";
package uniswap.v3; package tycho.evm.uniswap.v3;
message Pool { message Pool {
bytes address = 1; bytes address = 1;