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:
10
substreams/ethereum-maverick-v2/proto/v1/maverick.proto
Normal file
10
substreams/ethereum-maverick-v2/proto/v1/maverick.proto
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user