Skip to content

Commit a92f107

Browse files
tamir-cowjeff-dude
andauthored
Added solvers to spellbook (#8974)
* Arbitrum: Quasi Paradox NativeFi AmberGroup Avalanche: Piggy Base: Piggy Rosato OpenOcean_Aggregator BNB: OpenOcean_Aggregator Mainnet: Piggy TrustedVolumes Gnosis: Piggy Polygon: OpenOcean_Aggregator * Refactor * Refactor --------- Co-authored-by: jeff-dude <[email protected]>
1 parent 22a4970 commit a92f107

File tree

7 files changed

+32
-7
lines changed

7 files changed

+32
-7
lines changed

dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/arbitrum/cow_protocol_arbitrum_solvers.sql

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,15 @@ known_solver_metadata (address, environment, name) as (
109109
(0x859A672a564A99CDA9BfB2c39ca80Dd9256B94d3, 'prod', 'MX Trading'),
110110
(0x96B8F359f0b2067D7F7C84F55f172FF1A70ee0F4, 'barn', 'Trusted Volumes'),
111111
(0xE6094DFE442F44df4cfAa21dCC054dC85Fc299DB, 'prod', 'Trusted Volumes'),
112-
(0x6080cc68234c2333ef0bae42b1a217f8e5c7020b, 'prod', 'Prycto')
112+
(0x6080cc68234c2333ef0bae42b1a217f8e5c7020b, 'prod', 'Prycto'),
113+
(0xCaCb24C45D44683CCeE2BBd0319f49D87a905e4F, 'barn', 'Quasi'),
114+
(0x082515526679050522DdD64bd3E95dBBbC1bE46e, 'prod', 'Quasi'),
115+
(0x88EFacE1b4ED8f16Bb428D1080eFA3D8cb2f1Cb7, 'barn', 'Paradox'),
116+
(0xbA3b6f5A7C238fca170Fd5dee2B735E01E3DDCE1, 'prod', 'Paradox'),
117+
(0x9b95391AC6DD31f99C9e5CC9c15a107f60B0f0c6, 'barn', 'NativeFi'),
118+
(0x9aCcd7f88441ae8E189CBbFFa1eF1432D7d5c27C, 'prod', 'NativeFi'),
119+
(0x973818ffc2CCaBD9c2Bd1077b9413a60EAF699B5, 'barn', 'AmberGroup'),
120+
(0xFde62af8639B716C5BD7aD84514b3E67fFDC6E97, 'prod', 'AmberGroup')
113121
) as _
114122
)
115123
-- Combining the metadata with current activation status for final table

dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/avalanche_c/cow_protocol_avalanche_c_solvers.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ known_solver_metadata (address, environment, name) as (
6464
(0xc3D3151324F04B0d072A74AbFDa84e1A99B19b22, 'prod', 'ExtQuasimodo'),
6565
(0x8361B0b967b654C57a9584f15E1F6c289Fb0C13B, 'prod', 'Apollo'),
6666
(0xc14820F96Ac38e8f376eb9042DDa927AdB12eE02, 'prod', 'Sector'),
67-
(0x9E1C61a10463D24Efe7E661eb4ed9b26f4f41552, 'prod', 'Bebop')
67+
(0x9E1C61a10463D24Efe7E661eb4ed9b26f4f41552, 'prod', 'Bebop'),
68+
(0xCcEa0a350aE1734A10981A2aA45D1A9a5fDfaDe3, 'barn', 'Piggy'),
69+
(0x568868a02aff3765CFCebBF13FF4A3A7fec7f7d5, 'prod', 'Piggy')
6870
) as _
6971
)
7072
-- Combining the metadata with current activation status for final table

dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/base/cow_protocol_base_solvers.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,14 @@ known_solver_metadata (address, environment, name) as (
8989
(0x100bc2a159BFacaD3e7D4D8ED26Cc3B7983bade9, 'barn', 'Bebop'),
9090
(0xe1B77774A2b69D74F5e93760ddC604Fabe641272, 'prod', 'Bebop'),
9191
(0xb3890d27ea75b4c3b074b09c14a32a76cd73678e, 'barn', 'MXTrading'),
92+
(0x69E7b05B97BF1D148c44dEAe5B1E996363f892a7, 'prod', 'MXTrading'),
9293
(0xfe1f652015930724cd8d927ed1666468b2f07718, 'barn', 'Kamaji'),
9394
(0xfd12ebfbab23d5f364c15f1d2962f3b19105671a, 'prod', 'Kamaji'),
94-
(0x3980daa7eaad0b7e0c53cfc5c2760037270da54d, 'prod', 'Tsolver')
95+
(0x3980daa7eaad0b7e0c53cfc5c2760037270da54d, 'prod', 'Tsolver'),
96+
(0x728a498A1Ff4c7D64f48b5b7Fefd72FdDE010613, 'barn', 'Rosato'),
97+
(0x70f5474EA078a63F874695eA2Ed99AeBC4Ad4393, 'prod', 'Rosato'),
98+
(0x1aA30C724aC8833D9C49853cC60991cDCf472cc7, 'barn', 'OpenOcean_Aggregator'),
99+
(0x0B68006276c0D076309ED354924B7b7Af1ef3f85, 'prod', 'OpenOcean_Aggregator')
95100
) as _
96101
)
97102
-- Combining the metadata with current activation status for final table

dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/bnb/cow_protocol_bnb_solvers.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ known_solver_metadata (address, environment, name) as (
5151
(0x6f9a7AFe6446ABfa91f0954c3cd1677B87247FEf, 'prod', 'Apollo'),
5252
(0xCc5fb0080B73070994bF0438469bC708FE2ac21a, 'barn', 'ExtQuasimodo'),
5353
(0xC10484e51Ef5e69Dd0aC473A1E5310720391A174, 'prod', 'ExtQuasimodo'),
54-
(0x4dd1be0Cd607E5382Dd2844fA61D3a17e3e83D56, 'prod', 'Rizzolver')
54+
(0x4dd1be0Cd607E5382Dd2844fA61D3a17e3e83D56, 'prod', 'Rizzolver'),
55+
(0xF49DC3F9Fd153CF8d11d38E79BEdC28C3d62bBb7, 'barn', 'OpenOcean_Aggregator'),
56+
(0x784260C2664536AE5d4d92cAD886B00a532eA84C, 'prod', 'OpenOcean_Aggregator')
5557
) as _
5658
)
5759
-- Combining the metadata with current activation status for final table

dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/ethereum/cow_protocol_ethereum_solvers.sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,11 @@ known_solver_metadata (address, environment, name) as (
241241
(0xa97851357E99082762C972F794B2a29E629511A7, 'prod', 'Prycto'),
242242
(0x154fb360a14c99a4bfda310c4a32bb69b259e476, 'barn', 'Tsolver'),
243243
(0x3980daa7eaad0b7e0c53cfc5c2760037270da54d, 'prod', 'Tsolver'),
244-
(0x1921E0ff550c09066eDD4Df05d304151C45E77DE, 'prod', 'Barter')
244+
(0x1921E0ff550c09066eDD4Df05d304151C45E77DE, 'prod', 'Barter'),
245+
(0xf039fd228b6DD779515C30C734bD38dD0C1160F4, 'barn', 'Piggy'),
246+
(0x53040838714f31972f8114eF53915a22894f550C, 'prod', 'Piggy'),
247+
(0x6617484255584Bfe5D5B0fdDD60dc2BBD5B6020C, 'barn', 'TrustedVolumes'),
248+
(0xB1ca4a18aFF443656F407FA8bE3533ff27DDE911, 'prod', 'TrustedVolumes')
245249
) as _
246250
)
247251
-- Combining the metadata with current activation status for final table

dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/gnosis/cow_protocol_gnosis_solvers.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ known_solver_metadata (address, environment, name) as (
105105
(0xfaBBDf8a77005C00edBe0000bDC000644c024322, 'prod', 'Copium_Capital'),
106106
(0x68dEE65bB88d919463495E5CeA9870a81f1e9413, 'service', 'Withdraw'),
107107
(0xa03be496e67ec29bc62f01a428683d7f9c204930, 'service', 'Withdraw'),
108-
(0x7524942F9283FBFa8F17b05CC0a9cBde397d25b3, 'test', 'Test 1')
108+
(0x7524942F9283FBFa8F17b05CC0a9cBde397d25b3, 'test', 'Test 1'),
109+
(0xd8d943ADbb4c77ce003a8DA94f2A9005ac62EE2f, 'barn', 'Piggy'),
110+
(0xBf12C31863CcFcefcdC084654194bB96ef4517cF, 'prod', 'Piggy')
109111
) as _
110112
)
111113
-- Combining the metadata with current activation status for final table

dbt_subprojects/hourly_spellbook/models/_project/cow_protocol/polygon/cow_protocol_polygon_solvers.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ known_solver_metadata (address, environment, name) as (
6262
(0x92Af001AF846450EA5B2DFb286B5be559E741300, 'prod', 'Sector'),
6363
(0x6715174ADe6ac9fB8E0d5461b8051F7DD496798B, 'prod', 'Apollo'),
6464
(0x8497B82A31DC91C274a068900f1100de243BfDf8, 'barn', 'Bebop'),
65-
(0xbeE0a8F78875bd23A8b5a1D7283B163ae7dADCf5, 'prod', 'Bebop')
65+
(0xbeE0a8F78875bd23A8b5a1D7283B163ae7dADCf5, 'prod', 'Bebop'),
66+
(0x2aE77A5686115e8Cb5B8e0448D35bd46835abE9C, 'barn', 'OpenOcean_Aggregator'),
67+
(0x0eA019e2B276534C2F25691902d6D6ddBCcE14Cc, 'prod', 'OpenOcean_Aggregator')
6668
) as _
6769
)
6870
-- Combining the metadata with current activation status for final table

0 commit comments

Comments
 (0)