fix: revert hooks rename

- Instead, add a new attribute to the builder, constants, and executor addresses json
- This was a miscommunication. Regular pools will still have the same name - only those with hooks will have hook appended to it
This commit is contained in:
TAMARA LIPOWSKI
2025-08-21 17:40:28 -04:00
parent 03414532c6
commit ea9a1a88ca
9 changed files with 69 additions and 37 deletions

View File

@@ -481,7 +481,7 @@ fn test_multi_protocol() {
let usv4_swap_usdc_eth = Swap {
component: ProtocolComponent {
id: "0xdce6394339af00981949f5f3baf27e3610c76326a700af57e4b3e3ae4977f78d".to_string(),
protocol_system: "uniswap_v4_hooks".to_string(),
protocol_system: "uniswap_v4".to_string(),
static_attributes: static_attributes_usdc_eth,
..Default::default()
},