Skip to content

Commit f4e570a

Browse files
committed
Fix beefy slug
1 parent f2d7196 commit f4e570a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const buildPool = (entry) => {
4747
const newObj = {
4848
pool: entry.id,
4949
chain: utils.formatChain(networkMapping[entry.network]),
50-
project: 'beefy-finance',
50+
project: 'beefy',
5151
symbol: utils.formatSymbol(entry.symbol),
5252
tvlUsd: entry.tvl,
5353
apy: entry.apy * 100,

0 commit comments

Comments
 (0)