Skip to content

Commit 4220076

Browse files
committed
steer: enable evmos
1 parent 99575c3 commit 4220076

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

projects/steer/index.js

Lines changed: 6 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',

0 commit comments

Comments
 (0)