Skip to content

Commit 212975a

Browse files
committed
Remove poolMeta field per reviewer feedback
1 parent e6ea6dc commit 212975a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/adaptors/supervaults/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ async function apy() {
114114
? `https://app.neutron.org/bitcoin-summer?vault=${vault.contract_address}`
115115
: 'https://app.neutron.org/bitcoin-summer';
116116

117-
// Pool metadata (can include pool_id or other identifying info)
118-
const poolMeta = vault.pool_id || vault.pool_address || undefined;
119-
120117
pools.push({
121118
pool: `${vault.contract_address}-neutron`.toLowerCase(),
122119
chain: 'Neutron',
@@ -125,7 +122,6 @@ async function apy() {
125122
tvlUsd,
126123
apyBase,
127124
underlyingTokens,
128-
poolMeta,
129125
url: poolUrl,
130126
});
131127
}

0 commit comments

Comments
 (0)