Skip to content

Commit 2af4ac2

Browse files
committed
feat: url to actual borrow position
1 parent 56a5546 commit 2af4ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/frankencoin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const apy = async () => {
162162
debtCeilingUsd: (pos.availableForClones / 10 ** 18) * price,
163163
ltv,
164164
mintedCoin: 'ZCHF',
165-
url: `https://app.frankencoin.com/mint?chain=${chain}`,
165+
url: `https://app.frankencoin.com/monitoring/${pos.position}?chain=${chain}`,
166166
poolMeta: `PositionV2`,
167167
};
168168
});

0 commit comments

Comments
 (0)