diff --git a/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/arbitrum/cow_protocol_arbitrum_solvers.sql b/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/arbitrum/cow_protocol_arbitrum_solvers.sql index 9ab50b10b27..db059b29733 100644 --- a/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/arbitrum/cow_protocol_arbitrum_solvers.sql +++ b/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/arbitrum/cow_protocol_arbitrum_solvers.sql @@ -84,8 +84,8 @@ known_solver_metadata (address, environment, name) as ( (0x4CdbA844CEB949567eA18b9EF185515fA626c69D, 'prod', 'Helixbox'), (0x9CF49541f8b94DA501Cd16B60Fa176D856fB1e75, 'prod', 'Sector_Finance'), (0xaf888d387adceed01a736aa3deae75dcf3edd8c1, 'prod', 'Copium_Capital'), - (0xD5a9FAE900C3FfF4145753F47Eb2E9d573b107D7, 'barn', 'Piggy'), - (0xFE082A5784cA28F67D1E6aB04EAe7c313c210229, 'prod', 'Piggy'), + (0xD5a9FAE900C3FfF4145753F47Eb2E9d573b107D7, 'barn', 'Kamaji'), + (0xFE082A5784cA28F67D1E6aB04EAe7c313c210229, 'prod', 'Kamaji'), (0x550EC8e3944E9aF8411f32273555656977D884Ac, 'barn', 'Apollo'), (0x65E80731F97b8361E77670357d287266dD0d93b6, 'prod', 'Apollo'), (0xEa77cB08FBf7ef0CaF615dcE37A159D56B2B867f, 'barn', 'Wraxyn'), @@ -108,7 +108,8 @@ known_solver_metadata (address, environment, name) as ( (0x9702Add8e0943Ec9a6e1e87FC612537E78d7194E, 'barn', 'MX Trading'), (0x859A672a564A99CDA9BfB2c39ca80Dd9256B94d3, 'prod', 'MX Trading'), (0x96B8F359f0b2067D7F7C84F55f172FF1A70ee0F4, 'barn', 'Trusted Volumes'), - (0xE6094DFE442F44df4cfAa21dCC054dC85Fc299DB, 'prod', 'Trusted Volumes') + (0xE6094DFE442F44df4cfAa21dCC054dC85Fc299DB, 'prod', 'Trusted Volumes'), + (0x6080cc68234c2333ef0bae42b1a217f8e5c7020b, 'prod', 'Prycto') ) as _ ) -- Combining the metadata with current activation status for final table diff --git a/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/base/cow_protocol_base_solvers.sql b/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/base/cow_protocol_base_solvers.sql index f736ef910e7..a90cb62cb76 100644 --- a/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/base/cow_protocol_base_solvers.sql +++ b/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/base/cow_protocol_base_solvers.sql @@ -87,7 +87,11 @@ known_solver_metadata (address, environment, name) as ( (0xB222Da076C21B7784A975dD54Fd09C0f7c21262f, 'barn', 'BRRRolver'), (0x4dd1be0Cd607E5382Dd2844fA61D3a17e3e83D56, 'prod', 'Rizzolver'), (0x100bc2a159BFacaD3e7D4D8ED26Cc3B7983bade9, 'barn', 'Bebop'), - (0xe1B77774A2b69D74F5e93760ddC604Fabe641272, 'prod', 'Bebop') + (0xe1B77774A2b69D74F5e93760ddC604Fabe641272, 'prod', 'Bebop'), + (0xb3890d27ea75b4c3b074b09c14a32a76cd73678e, 'barn', 'MXTrading'), + (0xfe1f652015930724cd8d927ed1666468b2f07718, 'barn', 'Kamaji'), + (0xfd12ebfbab23d5f364c15f1d2962f3b19105671a, 'prod', 'Kamaji'), + (0x3980daa7eaad0b7e0c53cfc5c2760037270da54d, 'prod', 'Tsolver') ) as _ ) -- Combining the metadata with current activation status for final table diff --git a/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/ethereum/cow_protocol_ethereum_solvers.sql b/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/ethereum/cow_protocol_ethereum_solvers.sql index 19dfe892c28..fa21d46b0fa 100644 --- a/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/ethereum/cow_protocol_ethereum_solvers.sql +++ b/dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/ethereum/cow_protocol_ethereum_solvers.sql @@ -238,7 +238,10 @@ known_solver_metadata (address, environment, name) as ( (0xc6fBb25D5d435D151a9427Bf50c3e678C5D42833, 'barn', 'JPEG'), (0x06A012D7aA71236f90aAcFf738F18601a5866beD, 'prod', 'JPEG'), (0xB7e46816941805a4abF488a5853B1ed0B0B39398, 'barn', 'Prycto'), - (0xa97851357E99082762C972F794B2a29E629511A7, 'prod', 'Prycto') + (0xa97851357E99082762C972F794B2a29E629511A7, 'prod', 'Prycto'), + (0x154fb360a14c99a4bfda310c4a32bb69b259e476, 'barn', 'Tsolver'), + (0x3980daa7eaad0b7e0c53cfc5c2760037270da54d, 'prod', 'Tsolver'), + (0x1921E0ff550c09066eDD4Df05d304151C45E77DE, 'prod', 'Barter') ) as _ ) -- Combining the metadata with current activation status for final table