From ddbe921becf257eaeb74d83392e26d29909fa928 Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Tue, 26 Mar 2024 15:19:58 +0000 Subject: [PATCH] fix type --- dexs/cauldron/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexs/cauldron/index.ts b/dexs/cauldron/index.ts index 633c786fc7..779784a769 100644 --- a/dexs/cauldron/index.ts +++ b/dexs/cauldron/index.ts @@ -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();