Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

chore: update flag comments in scripts #485

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

leovct
Copy link
Contributor

@leovct leovct commented Nov 14, 2023

Ensure that the value specified in the flags for network is utilised.

# before
$ npm run truffle exec scripts/deposit.js -- network bor 0xe249c8135a138fF48C8b79Ef7ABe8c0C902cC29
> matic-protocol@0.3.2 truffle
> truffle

Using network 'development'.
...

# after
$ npm run truffle exec scripts/deposit.js -- --network bor 0xe249c8135a138fF48C8b79Ef7ABe8c0C902cC29

> matic-protocol@0.3.2 truffle
> truffle

Using network 'bor'.

@leovct leovct requested a review from simonDos November 27, 2023 11:10
@simonDos simonDos merged commit fa235fa into main Dec 5, 2023
3 checks passed
@simonDos simonDos deleted the chore/update-flag-comments-in-scripts branch December 5, 2023 13:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants