Skip to content

Commit 1d95db0

Browse files
committed
Add moonbeam chain to beefy
1 parent 2acf8db commit 1d95db0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/adaptors/beefy/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const networkMapping = {
1111
1666600000: 'harmony',
1212
42220: 'celo',
1313
42161: 'arbitrum',
14+
1284: 'moonbeam',
1415
1285: 'moonriver',
1516
1088: 'metis',
1617
250: 'fantom',
@@ -66,7 +67,7 @@ const main = async () => {
6667
project: 'beefy',
6768
symbol: utils.formatSymbol(pool.split('-').slice(1).join('-')),
6869
tvlUsd: poolData[pool],
69-
apy: poolMeta?.status == 'active' ? apy[pool] * 100: 0,
70+
apy: poolMeta?.status == 'active' ? apy[pool] * 100 : 0,
7071
poolMeta:
7172
platformId === undefined ? null : utils.formatChain(platformId),
7273
});

0 commit comments

Comments
 (0)