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 e6ea6dc commit 212975aCopy full SHA for 212975a
src/adaptors/supervaults/index.js
@@ -114,9 +114,6 @@ async function apy() {
114
? `https://app.neutron.org/bitcoin-summer?vault=${vault.contract_address}`
115
: 'https://app.neutron.org/bitcoin-summer';
116
117
- // Pool metadata (can include pool_id or other identifying info)
118
- const poolMeta = vault.pool_id || vault.pool_address || undefined;
119
-
120
pools.push({
121
pool: `${vault.contract_address}-neutron`.toLowerCase(),
122
chain: 'Neutron',
@@ -125,7 +122,6 @@ async function apy() {
125
tvlUsd,
126
123
apyBase,
127
124
underlyingTokens,
128
- poolMeta,
129
url: poolUrl,
130
});
131
}
0 commit comments