flipmeme-sdk 1.3.15 → 1.3.17
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 +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5481,9 +5481,13 @@ function getSolanaSetting(privateKey, plateform) {
|
|
|
5481
5481
|
}
|
|
5482
5482
|
});
|
|
5483
5483
|
return {
|
|
5484
|
+
// @ts-ignore - incorrect type versions with SDK package
|
|
5484
5485
|
provider,
|
|
5486
|
+
// @ts-ignore - incorrect type versions with SDK package
|
|
5485
5487
|
wallet: wallet.publicKey,
|
|
5488
|
+
// @ts-ignore - incorrect type versions with SDK package
|
|
5486
5489
|
sendTransaction,
|
|
5490
|
+
// @ts-ignore - incorrect type versions with SDK package
|
|
5487
5491
|
signAllTransactions: wallet.signAllTransactions
|
|
5488
5492
|
};
|
|
5489
5493
|
}
|