@multiplechain/bitcoin 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -43100,7 +43100,7 @@ class TS {
43100
43100
  try {
43101
43101
  return (await ar({
43102
43102
  method: "POST",
43103
- url: "https://blockstream.info/testnet/api/tx",
43103
+ url: this.provider.createEndpoint("tx"),
43104
43104
  data: this.signedData
43105
43105
  })).data;
43106
43106
  } catch (r) {