Skip to content

Commit 01bf029

Browse files
MustafaBrandondg92
andauthored
Feature/additional chains (DefiLlama#12846)
Co-authored-by: deepak <[email protected]>
1 parent 1dd9796 commit 01bf029

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

projects/steer/index.js

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,34 @@ const supportedChains = [
181181
{
182182
name: 'Zircuit',
183183
subgraphEndpoint: 'https://app.sentio.xyz/api/v1/graphql/rakesh/steer-protocol-zircuit',
184-
headers: {'api-key': 'yu0Dep8seTmFjvlmAXN1ILNggARnx74MB'
185-
},
184+
headers: {'api-key': 'yu0Dep8seTmFjvlmAXN1ILNggARnx74MB'},
186185
chainId: 48900,
187186
identifier: 'zircuit'
188187
},
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+
},
189212
]
190213

191214
// Fetch active vaults and associated data @todo limited to 1000 per chain

0 commit comments

Comments
 (0)