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
Describe the bug
Using typescript with the latest version of stellar-sdk, I can not disable a message, because it does not compile the attribute 'networkPassphrase'
This is the message
Global class Network is deprecated. Please pass explicit argument instead, e.g. new Transaction(envelope, Networks.PUBLIC) (see https://git.io/fj9fG for more info).
What version are you on?
Running stellar-base v1.1.0
To Reproduce
Try an example that uses TransactionBuilder in Typescript with the attribute networkPassphrase to Networks.TESTNET and try to compile it
Expected behavior
It will not compile.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using typescript with the latest version of stellar-sdk, I can not disable a message, because it does not compile the attribute 'networkPassphrase'
This is the message
What version are you on?
Running stellar-base v1.1.0
To Reproduce
Try an example that uses TransactionBuilder in Typescript with the attribute networkPassphrase to Networks.TESTNET and try to compile it
Expected behavior
It will not compile.
The text was updated successfully, but these errors were encountered: