We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99575c3 commit 4220076Copy full SHA for 4220076
projects/steer/index.js
@@ -28,12 +28,12 @@ const supportedChains = [
28
chainId: 56,
29
identifier: 'bsc'
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
- // },
+ {
+ name: 'Evmos',
+ subgraphEndpoint: 'https://subgraph.satsuma-prod.com/769a117cc018/steer/steer-protocol-evmos/api',
+ chainId: 9001,
+ identifier: 'evmos'
+ },
37
{
38
name: 'Avalanche',
39
subgraphEndpoint: 'https://subgraph-proxy-server-xf2uthetka-as.a.run.app/gateway-arbitrum/GZotTj3rQJ8ZqVyodtK8TcnKcUxMgeF7mCJHGPYbu8dA',
0 commit comments