Merge branch 'master' into mononaut/scrollable-blockchain

This commit is contained in:
wiz
2023-01-12 22:01:45 +09:00
committed by GitHub
30 changed files with 600 additions and 146 deletions

View File

@@ -17,4 +17,6 @@ function bitcoinApiFactory(): AbstractBitcoinApi {
}
}
export const bitcoinCoreApi = new BitcoinApi(bitcoinClient);
export default bitcoinApiFactory();