Commit a9a35d3
chore: remove MultiPythOracleAdapter for Euler launch
Deletes the multi-feed Pyth oracle adapter and its deployer:
- src/concrete/oracle/MultiPythOracleAdapter.sol
- src/concrete/deploy/MultiPythOracleAdapterBeaconSetDeployer.sol
- src/concrete/deploy/MultiOracleUnifiedDeployer.sol
- All test/src/concrete/oracle/MultiPythOracleAdapter.*.t.sol files
- test/src/concrete/deploy/MultiOracleUnifiedDeployer.t.sol
Drops references throughout:
- script/Deploy.sol: removes deploy fns and DEPLOYMENT_SUITE_MULTI_* constants
- src/lib/LibProdDeploy.sol: drops MULTI_PYTH_ORACLE_ADAPTER_BEACON_SET_DEPLOYER + MULTI_ORACLE_UNIFIED_DEPLOYER constants
- test/src/concrete/ProdFork.t.sol: deletes wtCOIN-multi prod-fork test block and WTCOIN_MULTI_* address constants
- subgraph/{subgraph.yaml,schema.graphql,networks.json,src/{deployer.ts,oracle-adapter.ts},tests/{handlers/handle-oracle-adapter.test.ts,event-mocks.test.ts}}: drops MultiPyth and MultiOracleUnified data sources, entities, handlers, mocks.
Subsumes PR #227 (MultiPyth cascade narrow-catch) since the entire surface area it constrained is gone.
Also fixes stale OLD-style soldeer imports in test/src/concrete/protocol/AutoPausePropagation.t.sol that survived the migration rebase.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 6fdcad4 commit a9a35d3
19 files changed
Lines changed: 7 additions & 2339 deletions
File tree
- script
- src
- abstract
- concrete
- deploy
- oracle
- lib
- subgraph
- src
- tests
- handlers
- test/src/concrete
- deploy
- oracle
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 29 | | |
36 | 30 | | |
37 | 31 | | |
| |||
50 | 44 | | |
51 | 45 | | |
52 | 46 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 47 | | |
61 | 48 | | |
62 | 49 | | |
| |||
135 | 122 | | |
136 | 123 | | |
137 | 124 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | 125 | | |
165 | 126 | | |
166 | 127 | | |
| |||
178 | 139 | | |
179 | 140 | | |
180 | 141 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | 142 | | |
186 | 143 | | |
187 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 72 deletions
This file was deleted.
0 commit comments