add bitcoin utils

This commit is contained in:
2026-09-02 15:51:33 +02:00
parent 0510695598
commit 5db64ea905
8 changed files with 65 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import Decimal from 'decimal.js';
export const BTC_ATOMIC_PER_BTC = new Decimal(100_000_000);