stellar / js-soroban-client

Main Soroban client library for the Javascript language
https://stellar.github.io/js-soroban-client/
Apache License 2.0
22 stars 17 forks source link

Unable to submit transaction #149

Closed mint-pz closed 1 year ago

mint-pz commented 1 year ago

Hi, I'm trying to send a transaction to the futurenet following the snippet code in the picture 1 and got the error as the picture 2. Anyone knows how to fix it? thank you!

Ref: https://github.com/stellar/soroban-react-payment/blob/904ecebbccb0ec05587999117e28f46bf0b9c0db/src/helpers/soroban.ts#L137

Pic.1 image

Pic.2 image

What version are you on? soroban-client": "^1.0.0-beta.2

mint-pz commented 1 year ago

[Updated] The issue is caused from the getting source in the getTxBuilder method

image