cilantro-react 0.1.5 → 0.1.6
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/README.md +934 -605
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2976,7 +2976,7 @@ async function submitSignedTransaction(walletId, signedTransactionBase64) {
|
|
|
2976
2976
|
async function handlePasskeyTransaction(walletId, signerId, transaction, connection) {
|
|
2977
2977
|
if (!connection) {
|
|
2978
2978
|
throw new Error(
|
|
2979
|
-
"Connection is required for passkey sign-and-send. Pass the connection from your Solana config
|
|
2979
|
+
"Connection is required for passkey sign-and-send. Pass the connection from your Solana config."
|
|
2980
2980
|
);
|
|
2981
2981
|
}
|
|
2982
2982
|
const { blockhash, lastValidBlockHeight } = await connection.getLatestBlockhash("confirmed");
|