Skip to content

Commit

Permalink
thena fusion pool id fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Dec 4, 2023
1 parent a1e8e3c commit 5e6fc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/thena-fusion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const getApy = async () => {
}

return {
pool: pool_name,
pool: `${pool_name}-Binance`,
chain: utils.formatChain(chain),
project: 'thena-fusion',
symbol: `${symbol_name}`,
Expand Down

0 comments on commit 5e6fc81

Please sign in to comment.