-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace react-scripts with Webpack + Node v18 + update Stellar SDK #731
Conversation
Preview is available here: |
Preview is available here: |
Preview is available here: |
Preview is available here: |
@@ -22,17 +21,11 @@ export default function extrapolateFromXdr(input, type, isSoroban = false) { | |||
// TODO: input validation | |||
|
|||
let xdr, StrKey, Keypair, Operation; | |||
if (isSoroban) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you can remove this isSoroban
altogether now 🎉
@@ -44,12 +43,13 @@ export function fetchSigners( | |||
networkPassphrase, | |||
isSoroban = false, | |||
) { | |||
const sdk = isSoroban ? SorobanSdk : StellarSdk; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you can remove the isSoroban param here altogether as well
Preview is available here: |
No description provided.