feat: add unichain config for uniswapv4 (#180)
* feat: add unichain config for uniswapv4 * refactor: remove `sf/substreams` from excluded proto. This folder has been removed because it was not used, so we don't need to have it in the excluded paths anymore. * refactor: add url into substreams config for uniswap v4 modules --------- Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,7 @@ specVersion: v0.1.0
|
||||
package:
|
||||
name: "ethereum_uniswap_v4"
|
||||
version: v0.2.1
|
||||
url: "https://github.com/propeller-heads/tycho-protocol-sdk/tree/main/substreams/ethereum-uniswap-v4"
|
||||
|
||||
protobuf:
|
||||
files:
|
||||
@@ -14,7 +15,6 @@ protobuf:
|
||||
- ./proto
|
||||
excludePaths:
|
||||
- sf/ethereum
|
||||
- sf/substreams
|
||||
- google
|
||||
|
||||
binaries:
|
||||
@@ -81,7 +81,7 @@ modules:
|
||||
valueType: bigint
|
||||
inputs:
|
||||
- map: map_balance_changes
|
||||
|
||||
|
||||
- name: map_ticks_changes
|
||||
kind: map
|
||||
initialBlock: 6894393
|
||||
@@ -97,7 +97,7 @@ modules:
|
||||
valueType: bigint
|
||||
inputs:
|
||||
- map: map_ticks_changes
|
||||
|
||||
|
||||
- name: map_liquidity_changes
|
||||
kind: map
|
||||
initialBlock: 6894393
|
||||
@@ -133,6 +133,6 @@ modules:
|
||||
mode: deltas
|
||||
output:
|
||||
type: proto:tycho.evm.v1.BlockChanges
|
||||
|
||||
|
||||
params:
|
||||
map_pools_created: "8c4bcbe6b9ef47855f97e675296fa3f6fafa5f1a"
|
||||
|
||||
Reference in New Issue
Block a user