Skip to content

Commit 8cf9f73

Browse files
authored
Update index.js (#1720)
1 parent f65e77a commit 8cf9f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/goat-protocol/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const main = async () => {
3737
project: 'goat-protocol',
3838
symbol: utils.formatSymbol(vault.asset.symbol),
3939
tvlUsd: vault.tvl,
40-
apy: vault.apy,
40+
apy: vault.apy * 100,
4141
underlyingTokens: [vault.asset.address],
4242
url: `${dappUrl}/vault/${networkMapping[chain]}/${vaultName}`
4343
});

0 commit comments

Comments
 (0)