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 did test this, it works with both PUBLIC and TESTNET when making the transaction, it just changes the networkPassphrase property. It all depends on the usage of tx when used.
In the following code, yieldblox-core.umd.js
function GetAccrualDataFromTransaction
Not sure if this is working correctly on testnet as the passphrase would need to be stellarSdk.Networks.TESTNET, yes?
var tx = new stellarSdk.Transaction(txRecord.envelope_xdr, stellarSdk.Networks.PUBLIC);
The text was updated successfully, but these errors were encountered: