File tree Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ const supportedChains = [
28
28
chainId : 56 ,
29
29
identifier : 'bsc'
30
30
} ,
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
+ // },
37
37
{
38
38
name : 'Avalanche' ,
39
39
subgraphEndpoint : 'https://subgraph-proxy-server-xf2uthetka-as.a.run.app/gateway-arbitrum/GZotTj3rQJ8ZqVyodtK8TcnKcUxMgeF7mCJHGPYbu8dA' ,
@@ -160,6 +160,24 @@ const supportedChains = [
160
160
chainId : 14 ,
161
161
identifier : 'flare'
162
162
} ,
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
+ } ,
163
181
]
164
182
165
183
// Fetch active vaults and associated data @todo limited to 1000 per chain
You can’t perform that action at this time.
0 commit comments