Skip to content

Conversation

@md0x
Copy link
Contributor

@md0x md0x commented Nov 27, 2025

Fixes UMA-2982

@linear
Copy link

linear bot commented Nov 27, 2025

@md0x md0x marked this pull request as ready for review November 27, 2025 11:34

Now copy the absolute path of the generated `.env` file, e.g.:

export ENV_PATH=$HOME/UMAprotocol/bot-configs/.env
Copy link
Contributor

Choose a reason for hiding this comment

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

this assumes projects are kept under $HOME. It might be more robust after cloning the repos above to something like export UMA_ROOT="$(pwd)" and use that instead of $HOME/UMAprotocol

Adjust this for all places below where UMA repo root is referenced.


From the same `monitor-v2` directory, run the notifier pointing to the generated `.env` file:

DOTENV_CONFIG_PATH=$ENV_PATH \
Copy link
Contributor

Choose a reason for hiding this comment

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

People might have .env under monitor-v2 from prior work, and it seems that is taking override over DOTENV_CONFIG_PATH

@md0x md0x requested a review from Reinis-FRP December 1, 2025 17:20
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.

3 participants