Skip to content
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

Paul/est dex #320

Merged
merged 5 commits into from
Apr 4, 2024
Merged

Paul/est dex #320

merged 5 commits into from
Apr 4, 2024

Conversation

paullinator
Copy link
Member

@paullinator paullinator commented Mar 30, 2024

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

Copy link
Contributor

@samholmes samholmes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In commit 3888e40 it looks like we change some constants and config, but I don't see where the API call change happened. Could you point that out in a review-bar?

Otherwise, the rest of my feedback are to add more comments to the code to resolve questions.

src/swap/defi/thorchainDa.ts Show resolved Hide resolved
src/swap/defi/lifi.ts Show resolved Hide resolved
.gitignore Show resolved Hide resolved
src/swap/defi/defiUtils.ts Outdated Show resolved Hide resolved
Comment on lines +143 to +146
// const lk = await account.getLoginKey()
// console.log(`Login key: ${lk}`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cleanup?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left that in there since if you want a real account to login quickly, you'll want to get the loginKey and uncommenting those lines is how you get it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment similar to this then:

// if you want a real account to login quickly, you'll want to get the loginKey and uncommenting those lines is how you get it

Comment on lines +158 to +161
await ethWallet.changePaused(false)
await avaxWallet.changePaused(false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these wallets un-paused? Comment?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wallets are now paused by default so you have to unpause them to use them.

Copy link
Contributor

@samholmes samholmes Apr 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be an argument to the CLI? (optional)

@paullinator
Copy link
Member Author

/rebase

@paullinator paullinator enabled auto-merge April 4, 2024 23:40
@paullinator paullinator merged commit 46d3f87 into master Apr 4, 2024
1 check passed
@paullinator paullinator deleted the paul/estDex branch April 4, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants