We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cce25 commit 116b24fCopy full SHA for 116b24f
src/utils/onchain-allocator.ts
@@ -1,5 +1,5 @@
1
import { JsonRpcProvider } from "@near-js/providers";
2
-import bitcoin from "bitcoinjs-lib";
+import * as bitcoin from "bitcoinjs-lib";
3
import bs58 from "bs58";
4
import TronWeb from "tronweb";
5
import {
0 commit comments