coinley-checkout 1.2.0 → 1.2.1
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/coinley-checkout.es.js +3 -3
- package/dist/coinley-checkout.es.js.map +1 -1
- package/dist/coinley-checkout.umd.js +12 -24
- package/dist/coinley-checkout.umd.js.map +1 -1
- package/dist/{index-0fb9796c.mjs → index-e49d97f5.mjs} +3265 -44
- package/dist/index-e49d97f5.mjs.map +1 -0
- package/package.json +1 -1
- package/dist/index-0fb9796c.mjs.map +0 -1
- package/dist/index.browser.esm-f4fd5f63.mjs +0 -20101
- package/dist/index.browser.esm-f4fd5f63.mjs.map +0 -1
|
@@ -18649,7 +18649,7 @@ const sendNativeTransaction = async (walletConnection, toAddress, amount) => {
|
|
|
18649
18649
|
} else {
|
|
18650
18650
|
let Connection, PublicKey, Transaction2, SystemProgram, LAMPORTS_PER_SOL;
|
|
18651
18651
|
try {
|
|
18652
|
-
const solanaWeb3 = await import("
|
|
18652
|
+
const solanaWeb3 = await import("@solana/web3.js");
|
|
18653
18653
|
Connection = solanaWeb3.Connection;
|
|
18654
18654
|
PublicKey = solanaWeb3.PublicKey;
|
|
18655
18655
|
Transaction2 = solanaWeb3.Transaction;
|
|
@@ -18788,8 +18788,8 @@ const sendSolanaTokenTransaction = async (walletConnection, tokenConfig, toAddre
|
|
|
18788
18788
|
try {
|
|
18789
18789
|
let Connection, PublicKey, Transaction2, createTransferInstruction, getAssociatedTokenAddress, TOKEN_PROGRAM_ID, ASSOCIATED_TOKEN_PROGRAM_ID;
|
|
18790
18790
|
try {
|
|
18791
|
-
const solanaWeb3 = await import("
|
|
18792
|
-
const splToken = await import("./index-
|
|
18791
|
+
const solanaWeb3 = await import("@solana/web3.js");
|
|
18792
|
+
const splToken = await import("./index-e49d97f5.mjs");
|
|
18793
18793
|
Connection = solanaWeb3.Connection;
|
|
18794
18794
|
PublicKey = solanaWeb3.PublicKey;
|
|
18795
18795
|
Transaction2 = solanaWeb3.Transaction;
|