btc-wallet 0.0.3 → 0.0.4
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.js +2 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +2 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2711,7 +2711,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
|
2711
2711
|
const intention = {
|
|
2712
2712
|
chain_id: "397",
|
|
2713
2713
|
csna: accountId,
|
|
2714
|
-
near_transactions: newTransactions.map((t) => Array.from(t.
|
|
2714
|
+
near_transactions: newTransactions.map((t) => Array.from(t.txHex)),
|
|
2715
2715
|
gas_token: token,
|
|
2716
2716
|
gas_limit: "3000",
|
|
2717
2717
|
nonce: Number(nonce).toString()
|
|
@@ -2854,7 +2854,7 @@ function pollTransactionStatuses(network, hashes) {
|
|
|
2854
2854
|
|
|
2855
2855
|
// src/index.ts
|
|
2856
2856
|
var getVersion = () => {
|
|
2857
|
-
return "0.0.
|
|
2857
|
+
return "0.0.4";
|
|
2858
2858
|
};
|
|
2859
2859
|
if (typeof window !== "undefined") {
|
|
2860
2860
|
window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();
|