Skip to content

Commit

Permalink
update/add-chains (#12164)
Browse files Browse the repository at this point in the history
Co-authored-by: deepak <[email protected]>
  • Loading branch information
MustafaBrandon and dg92 authored Nov 8, 2024
1 parent 85f5f76 commit 99575c3
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions projects/steer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ const supportedChains = [
chainId: 56,
identifier: 'bsc'
},
{
name: 'Evmos',
subgraphEndpoint: 'https://subgraph.satsuma-prod.com/769a117cc018/steer/steer-protocol-evmos/api',
chainId: 9001,
identifier: 'evmos'
},
// {
// name: 'Evmos',
// subgraphEndpoint: 'https://subgraph.satsuma-prod.com/769a117cc018/steer/steer-protocol-evmos/api',
// chainId: 9001,
// identifier: 'evmos'
// },
{
name: 'Avalanche',
subgraphEndpoint: 'https://subgraph-proxy-server-xf2uthetka-as.a.run.app/gateway-arbitrum/GZotTj3rQJ8ZqVyodtK8TcnKcUxMgeF7mCJHGPYbu8dA',
Expand Down Expand Up @@ -160,6 +160,24 @@ const supportedChains = [
chainId: 14,
identifier: 'flare'
},
{
name: 'ApeChain',
subgraphEndpoint: 'https://api.goldsky.com/api/public/project_clohj3ta78ok12nzs5m8yag0b/subgraphs/steer-protocol-apechain/1.1.1/gn',
chainId: 33139,
identifier: 'apechain'
},
// {
// name: 'Bittorrent',
// subgraphEndpoint: 'https://api.goldsky.com/api/public/project_clohj3ta78ok12nzs5m8yag0b/subgraphs/steer-protocol-btt/1.1.1/gn',
// chainId: 199,
// identifier: 'bittorrent'
// },
{
name: 'Filecoin',
subgraphEndpoint: 'https://fil.subgraph.laconic.com/v1/steer-protocol/iRoheeEh2g6CdZ9OnunLwNCFHG8a7TAdtIYNNxboRSKVxgZfjq',
chainId: 314,
identifier: 'filecoin'
},
]

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

0 comments on commit 99575c3

Please sign in to comment.