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 68d62cc commit e52ef18Copy full SHA for e52ef18
src/adaptors/aura/index.js
@@ -305,7 +305,7 @@ const main = async () => {
305
const chainPools = await Promise.all(
306
_.range(validPoolsLength).map(async (i) => {
307
const data = {
308
- pool: lpTokens[i].toLowerCase(),
+ pool: `${lpTokens[i].toLowerCase()}-aura`,
309
chain,
310
project: 'aura',
311
symbol: underlyingTokens[i]
0 commit comments