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

chore(chain): base shard script hardening & faucet address loading (WORLD-471, WORLD-469) #409

Merged

Conversation

technicallyty
Copy link
Contributor

What is the purpose of the change

All previously hard-coded values are now defaults, and overridden by env variables.

Updated the chain's README to reflect current state.

Added a new env var FAUCET_ADDR, that keeps the given address topped up with EVM funds.

renamed scripts, they're now ->> start-sequencer.sh and start-celestia-devnet.sh.

simplified script flow

Testing and Verifying

manually

@technicallyty technicallyty requested a review from a team as a code owner November 9, 2023 02:02
Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #409 (27455aa) into main (d6401e8) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #409   +/-   ##
=======================================
  Coverage   64.63%   64.63%           
=======================================
  Files          82       82           
  Lines        4660     4660           
=======================================
  Hits         3012     3012           
  Misses       1318     1318           
  Partials      330      330           
Files Coverage Δ
chain/router/router.go 51.18% <ø> (ø)

@technicallyty technicallyty force-pushed the tyler/world-471-evm-base-shard-start-up-script-dx branch from b4c91e5 to 3854cfd Compare November 9, 2023 16:48
@technicallyty technicallyty changed the title chore(chain): base shard script hardening & faucet address loading chore(chain): base shard script hardening & faucet address loading (WORLD-471, WORLD-469) Nov 9, 2023
@technicallyty technicallyty merged commit 499676c into main Nov 9, 2023
6 checks passed
@technicallyty technicallyty deleted the tyler/world-471-evm-base-shard-start-up-script-dx branch November 9, 2023 23:12
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