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

adds support for env vars if env file is not found #10

Merged
merged 3 commits into from
Nov 29, 2023

Conversation

aristidesstaffieri
Copy link
Contributor

Tweaks config to allow for setting env vars directly, they override an env file or replace one if one is not found.

@@ -116,9 +116,13 @@ const transformAccountBalances = async (
}, {} as NonNullable<AccountBalancesInterface["balances"]>);

const classicBalances = classicBalanceData.reduce((prev, curr) => {
const codeAscii = Buffer.from(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

unrelated but wanted to sneak this in here as it steps around some Mercury parsing for asset codes.

@aristidesstaffieri aristidesstaffieri merged commit eadda55 into main Nov 29, 2023
1 check passed
@aristidesstaffieri aristidesstaffieri deleted the feat/env-var-or-file branch November 29, 2023 19:01
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