Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Mar 26, 2024
1 parent 7a8b9dc commit ddbe921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/cauldron/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function fetchCauldronVolume(
return acc + Number(token.one_day_sats)
}, Number(0));

const COIN = 100000000n;
const COIN = 100000000;

const dailyVolume = options.createBalances();
const totalVolume = options.createBalances();
Expand Down

0 comments on commit ddbe921

Please sign in to comment.