fix: small fix and refactor after testing EkuboV2 (#188)
* fix: add `balance_owner` attribute for ekubo_v2 components * refactor: rename `ekubo` into `ekubo-v2` * refactor: freeze `substreams-helper` version in ekubo V2 module * docs: improve integration test comment * docs: add TODO to remove `balance_owner` in favor of `AccountBalances` --------- Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
This commit is contained in:
9
substreams/ethereum-ekubo-v2/src/deployment_config.rs
Normal file
9
substreams/ethereum-ekubo-v2/src/deployment_config.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use serde::Deserialize;
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct DeploymentConfig {
|
||||
#[serde(with = "hex::serde")]
|
||||
pub core: Vec<u8>,
|
||||
#[serde(with = "hex::serde")]
|
||||
pub oracle: Vec<u8>,
|
||||
}
|
||||
Reference in New Issue
Block a user