Skip to content

Commit 132e23a

Browse files
authored
fix getUtilizationRate() function (#1068)
1 parent 34d88ef commit 132e23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/vaultka/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ const poolsFunction = async () => {
365365

366366
let vodkaUtilizationRate = await api2.abi.call({
367367
abi: contractAbis.vodkaUtilizationRate,
368-
target: newAddresses.vodka1,
368+
target: newAddresses.vodkaV1_Water,
369369
chain: 'arbitrum',
370370
});
371371

0 commit comments

Comments
 (0)