* feat: import to tycho simulation initialized accounts defined on yaml file * feat: update tycho-simulation dep, black formatting * feat: Add additional logging to test runner * feat: Fail test if expected component fails to get decoded * feat: Warn if initialized contracts are not specified on ProtocolComponent contracts
22 lines
620 B
TOML
22 lines
620 B
TOML
reorder_imports = true
|
|
imports_granularity = "Crate"
|
|
use_small_heuristics = "Max"
|
|
comment_width = 100
|
|
wrap_comments = true
|
|
binop_separator = "Back"
|
|
trailing_comma = "Vertical"
|
|
trailing_semicolon = false
|
|
use_field_init_shorthand = true
|
|
chain_width = 40
|
|
ignore = [
|
|
"crates/tycho-substreams/src/pb",
|
|
"crates/tycho-substreams/src/abi",
|
|
"ethereum-balancer-v2/src/abi",
|
|
"ethereum-sfraxeth/src/abi",
|
|
"ethereum-sfrax/src/abi",
|
|
"ethereum-curve/src/abi",
|
|
"ethereum-uniswap-v2/src/abi",
|
|
"ethereum-uniswap-v3/src/abi",
|
|
"ethereum-uniswap-v3-logs-only/src/abi",
|
|
"ethereum-uniswap-v4/src/abi",
|
|
] |