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 2acf8db commit 1d95db0Copy full SHA for 1d95db0
src/adaptors/beefy/index.js
@@ -11,6 +11,7 @@ const networkMapping = {
11
1666600000: 'harmony',
12
42220: 'celo',
13
42161: 'arbitrum',
14
+ 1284: 'moonbeam',
15
1285: 'moonriver',
16
1088: 'metis',
17
250: 'fantom',
@@ -66,7 +67,7 @@ const main = async () => {
66
67
project: 'beefy',
68
symbol: utils.formatSymbol(pool.split('-').slice(1).join('-')),
69
tvlUsd: poolData[pool],
- apy: poolMeta?.status == 'active' ? apy[pool] * 100: 0,
70
+ apy: poolMeta?.status == 'active' ? apy[pool] * 100 : 0,
71
poolMeta:
72
platformId === undefined ? null : utils.formatChain(platformId),
73
});
0 commit comments