You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing this error when trying to sign and submit my transaction with Freighter:
Uncaught (in promise) TypeError: envelope.switch is not a function
at Function.fromXDR (transaction_builder.js:844:1)
at _callee2$ (assembled_transaction.js:723:1)
at tryCatch (assembled_transaction.js:251:1)
at Generator.<anonymous> (assembled_transaction.js:339:1)
at Generator.next (assembled_transaction.js:280:1)
at asyncGeneratorStep (assembled_transaction.js:536:1)
at _next (assembled_transaction.js:550:1)
I'm using the following dependencies:
"@stellar/stellar-sdk": "12.3.0"
"@stellar/freighter-api": "3.0.0"
"@huma-finance/soroban-tranche-vault": "0.0.15" (our client generated from soroban bindings)
I'm seeing this error when trying to sign and submit my transaction with Freighter:
I'm using the following dependencies:
"@stellar/stellar-sdk": "12.3.0"
"@stellar/freighter-api": "3.0.0"
"@huma-finance/soroban-tranche-vault": "0.0.15" (our client generated from
soroban bindings
)Here's my relevant code to reproduce:
When I copy the XDR of the transaction and sign it in the Stellar Lab, it works just fine. Does anyone know how to fix this?
The text was updated successfully, but these errors were encountered: