refactor(substreams-testing): Use Pydantic to deserialize test_assets.yaml
This commit is contained in:
committed by
tvinagre
parent
09d266a810
commit
95efda0423
@@ -1,9 +1,9 @@
|
||||
#![allow(clippy::all)]
|
||||
pub mod crypto_pool_factory;
|
||||
pub mod crypto_swap_ng_factory;
|
||||
pub mod erc20;
|
||||
pub mod meta_pool_factory;
|
||||
pub mod meta_registry;
|
||||
pub mod stableswap_factory;
|
||||
pub mod crypto_swap_ng_factory;
|
||||
pub mod meta_registry;
|
||||
pub mod tricrypto_factory;
|
||||
pub mod twocrypto_factory;
|
||||
pub mod erc20;
|
||||
pub mod meta_pool_factory;
|
||||
|
||||
Reference in New Issue
Block a user