feat: Add Maverick V2 adapter and substreams (#167)

Co-authored-by: Thales <thales@datarevenue.com>
Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
This commit is contained in:
Zach
2025-05-23 23:07:15 +08:00
committed by GitHub
parent a7841af383
commit fb0a57bf07
32 changed files with 12082 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
syntax = "proto3";
package maverick.v2;
message Pool {
bytes address = 1;
bytes tokenA = 2;
bytes tokenB = 3;
bytes created_tx_hash = 4;
}