Skip to content

Commit

Permalink
[CoW Protocol] Add Rizzolver and GlueX (#7445)
Browse files Browse the repository at this point in the history
* Add Rizzolver and GlueX

* Fix comma

* Fix comma

---------

Co-authored-by: Huang Geyang <[email protected]>
  • Loading branch information
bram-vdberg and Hosuke authored Jan 13, 2025
1 parent 60519f1 commit 2b8c9c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ known_solver_metadata (address, environment, name) as (
(0x7B0211286d8Dfdb717f4A2E5Fa5131eD911097e1, 'barn', 'Barter'),
(0xc8371B2898FBaEeAe658f9FaeE8ddeDA24e37012, 'barn', 'OpenOcean_Aggregator'),
(0x2aeC288B42C99D2e8e984c5C324FB069f7705186, 'barn', 'Rizzolver'),
(0x26B5e3bF135D3Dd05A220508dD61f25BF1A47cBD, 'barn', 'Rizzolver')
(0x26B5e3bF135D3Dd05A220508dD61f25BF1A47cBD, 'barn', 'Rizzolver'),
(0x8C3f83f6A489cCbA2E3df304034F8C120cEb3527, 'barn', 'GlueX_Protocol'),
(0x49E1F55D4a695291533BB0A993aca5D58E90C613, 'prod', 'GlueX_Protocol')
) as _
)
-- Combining the metadata with current activation status for final table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ known_solver_metadata (address, environment, name) as (
(0xBB765c920f86e2A2654c4B82deB5BC2E092fF93b, 'barn', 'Portus'),
(0xDF580073E21fFd7968F317B5359B934Eb6d58804, 'barn', 'Barter'),
(0x9775be2Bb0B72d4eA98Bfd38024EF733dc048a30, 'barn', 'Apollo'),
(0xe0b25FA3EA727Dc34708D026ba122625B98A94FB, 'barn', 'GlueX_Protocol'),
(0x707Dfa95835542A6528fD077c351446f497276CF, 'barn', 'Rizzolver'),
(0x914db7338ACAe3f3866B79DcEfFcFBCC554F18ed, 'prod', 'Rizzolver'),
(0xc1b0bB599c578a846b51EE5dcE3d9FAD69528613, 'prod', 'GlueX_Protocol'),
(0x41f387db8470c99b7f376212075e2E289f085Ce9, 'prod', 'Apollo'),
(0x36Fd8A0C24B08F7bb4af8d6eaA6245C3884fC682, 'prod', 'Barter'),
(0x1a72876ebE781E42aB2Ee4278B539688D8B80E2D, 'prod', 'ApeOut_1inch'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ known_solver_metadata (address, environment, name) as (
(0xC4dd6355Fbc6Eb108FD1C100389789C5B1A9A980, 'barn', 'Barter'),
(0x4398129426Cb1377E9E10395b8dfBDa153c7Fe7D, 'barn', 'Fractal'),
(0xBB765c920f86e2A2654c4B82deB5BC2E092fF93b, 'barn', 'Portus'),
(0x01B278ab345Fc427B9Efd112928ACd6b7403c298, 'barn', 'GlueX_Protocol'),
(0x490F34C46cF271B288d1833571f5D47B7e068163, 'prod', 'GlueX_Protocol'),
(0x6bf97aFe2D2C790999cDEd2a8523009eB8a0823f, 'prod', 'Portus'),
(0x727EB77c6f84ef148403f641aA32d75b7f6902A7, 'prod', 'Fractal'),
(0x0a360134553feED49FE5eb273074d80B6e45941F, 'prod', 'Barter'),
Expand Down

0 comments on commit 2b8c9c8

Please sign in to comment.