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 429c4fb commit cc2338fCopy full SHA for cc2338f
projects/ekubo/index.js
@@ -5,7 +5,7 @@ const { sumTokensExport } = require('../helper/unwrapLPs')
5
const market = '0x00000005dd3d2f4429af886cd1a3b08289dbcea99a294197e9eb43b0e0325b4b'
6
7
async function starknetTvl(api) {
8
- const tokens = await getConfig('ekubo', "https://mainnet-api.ekubo.org/tokens")
+ const tokens = await getConfig('ekubo', "https://starknet-mainnet-api.ekubo.org/tokens")
9
return sumTokens({ api, owner: market, tokens: tokens.map(t => t.l2_token_address) })
10
}
11
0 commit comments