flipmeme-sdk 1.3.28 → 1.3.29
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32602,6 +32602,7 @@ var SolanaConnector = class {
|
|
|
32602
32602
|
lamports: new import_decimal3.default(params.amount).mul(10 ** 9).floor().toNumber()
|
|
32603
32603
|
})
|
|
32604
32604
|
);
|
|
32605
|
+
console.log("this.config", this.config);
|
|
32605
32606
|
return yield this.config.sendTransaction(
|
|
32606
32607
|
transaction,
|
|
32607
32608
|
this.config.provider.connection
|