Skip to content

Commit 99575c3

Browse files
MustafaBrandondg92
andauthored
update/add-chains (DefiLlama#12164)
Co-authored-by: deepak <[email protected]>
1 parent 85f5f76 commit 99575c3

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

projects/steer/index.js

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ const supportedChains = [
2828
chainId: 56,
2929
identifier: 'bsc'
3030
},
31-
{
32-
name: 'Evmos',
33-
subgraphEndpoint: 'https://subgraph.satsuma-prod.com/769a117cc018/steer/steer-protocol-evmos/api',
34-
chainId: 9001,
35-
identifier: 'evmos'
36-
},
31+
// {
32+
// name: 'Evmos',
33+
// subgraphEndpoint: 'https://subgraph.satsuma-prod.com/769a117cc018/steer/steer-protocol-evmos/api',
34+
// chainId: 9001,
35+
// identifier: 'evmos'
36+
// },
3737
{
3838
name: 'Avalanche',
3939
subgraphEndpoint: 'https://subgraph-proxy-server-xf2uthetka-as.a.run.app/gateway-arbitrum/GZotTj3rQJ8ZqVyodtK8TcnKcUxMgeF7mCJHGPYbu8dA',
@@ -160,6 +160,24 @@ const supportedChains = [
160160
chainId: 14,
161161
identifier: 'flare'
162162
},
163+
{
164+
name: 'ApeChain',
165+
subgraphEndpoint: 'https://api.goldsky.com/api/public/project_clohj3ta78ok12nzs5m8yag0b/subgraphs/steer-protocol-apechain/1.1.1/gn',
166+
chainId: 33139,
167+
identifier: 'apechain'
168+
},
169+
// {
170+
// name: 'Bittorrent',
171+
// subgraphEndpoint: 'https://api.goldsky.com/api/public/project_clohj3ta78ok12nzs5m8yag0b/subgraphs/steer-protocol-btt/1.1.1/gn',
172+
// chainId: 199,
173+
// identifier: 'bittorrent'
174+
// },
175+
{
176+
name: 'Filecoin',
177+
subgraphEndpoint: 'https://fil.subgraph.laconic.com/v1/steer-protocol/iRoheeEh2g6CdZ9OnunLwNCFHG8a7TAdtIYNNxboRSKVxgZfjq',
178+
chainId: 314,
179+
identifier: 'filecoin'
180+
},
163181
]
164182

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

0 commit comments

Comments
 (0)