We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503bff1 commit c437e72Copy full SHA for c437e72
src/adapters/peggedAssets/ratio-stable-coin/index.ts
@@ -59,7 +59,7 @@ async function totalDebt() {
59
60
const adapter: PeggedIssuanceAdapter = {
61
solana: {
62
- minted: totalDebt(),
+ minted: async () => ({}),
63
unreleased: async () => ({}),
64
},
65
};
0 commit comments