Skip to content

Commit e52ef18

Browse files
committed
aura add pool suffix
1 parent 68d62cc commit e52ef18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/aura/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const main = async () => {
305305
const chainPools = await Promise.all(
306306
_.range(validPoolsLength).map(async (i) => {
307307
const data = {
308-
pool: lpTokens[i].toLowerCase(),
308+
pool: `${lpTokens[i].toLowerCase()}-aura`,
309309
chain,
310310
project: 'aura',
311311
symbol: underlyingTokens[i]

0 commit comments

Comments
 (0)