@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.cjs +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
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: "
|
|
43103
|
+
url: this.provider.createEndpoint("tx"),
|
|
43104
43104
|
data: this.signedData
|
|
43105
43105
|
})).data;
|
|
43106
43106
|
} catch (r) {
|