File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,34 @@ const supportedChains = [
181
181
{
182
182
name : 'Zircuit' ,
183
183
subgraphEndpoint : 'https://app.sentio.xyz/api/v1/graphql/rakesh/steer-protocol-zircuit' ,
184
- headers : { 'api-key' : 'yu0Dep8seTmFjvlmAXN1ILNggARnx74MB'
185
- } ,
184
+ headers : { 'api-key' : 'yu0Dep8seTmFjvlmAXN1ILNggARnx74MB' } ,
186
185
chainId : 48900 ,
187
186
identifier : 'zircuit'
188
187
} ,
188
+ {
189
+ name : 'Sonic' ,
190
+ subgraphEndpoint : 'https://api.0xgraph.xyz/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-sonic/prod/gn' ,
191
+ chainId : 146 ,
192
+ identifier : 'sonic'
193
+ } ,
194
+ {
195
+ name : 'Moonbeam' ,
196
+ subgraphEndpoint : 'https://api.goldsky.com/api/public/project_clohj3ta78ok12nzs5m8yag0b/subgraphs/steer-protocol-moonbeam/prod/gn' ,
197
+ chainId : 1284 ,
198
+ identifier : 'moonbeam'
199
+ } ,
200
+ // {
201
+ // name: 'Sei',
202
+ // subgraphEndpoint: 'https://api.goldsky.com/api/public/project_clu1fg6ajhsho01x7ajld3f5a/subgraphs/dragonswap-v3-prod/1.0.5/gn',
203
+ // chainId: 1, // null?
204
+ // identifier: 'sei' // sei-network
205
+ // },
206
+ {
207
+ name : 'Taiko' ,
208
+ subgraphEndpoint : 'https://api.goldsky.com/api/public/project_clohj3ta78ok12nzs5m8yag0b/subgraphs/steer-protocol-taiko/1.1.1/gn' ,
209
+ chainId : 167000 ,
210
+ identifier : 'taiko'
211
+ } ,
189
212
]
190
213
191
214
// Fetch active vaults and associated data @todo limited to 1000 per chain
You can’t perform that action at this time.
0 commit comments