Skip to content

[uniswap] : fix bug associated with account creation#493

Merged
olegrok merged 1 commit intomainfrom
minor-uniswap-fix
Mar 7, 2025
Merged

[uniswap] : fix bug associated with account creation#493
olegrok merged 1 commit intomainfrom
minor-uniswap-fix

Conversation

@gitshreevatsa
Copy link
Copy Markdown
Contributor

Currently the uniswap tasks fail when faucetDeposit key is not set in .env and the .env.example as well doesn't include any information about this. Removing this check for checking its existence will let the tasks run correctly.

}),
});

if (config.faucetDeposit) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

In mainnet we won't have any faucets. Should we enable testnet logic unconditionally?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I believe this is a demo application and won't be used in mainnet and hence should be allowed to use faucets.

@olegrok olegrok added this pull request to the merge queue Mar 7, 2025
Merged via the queue into main with commit a8074c5 Mar 7, 2025
14 checks passed
@olegrok olegrok deleted the minor-uniswap-fix branch March 7, 2025 09:34
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