feat: Add Balancer vault indexing
This commit is contained in:
committed by
Thales Lima
parent
a2e951aff3
commit
1bd5e39956
@@ -202,7 +202,8 @@ pub fn map_protocol_changes(
|
||||
|addr| {
|
||||
components_store
|
||||
.get_last(format!("pool:0x{0}", hex::encode(addr)))
|
||||
.is_some()
|
||||
.is_some() ||
|
||||
addr.eq(VAULT_ADDRESS)
|
||||
},
|
||||
&mut transaction_changes,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user