Skip to content

Commit

Permalink
Feat/madaraup (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro authored Dec 6, 2024
1 parent 1e7c230 commit d4ced42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- feat(cli): madaraup quickfix
- feat(cli): added madaraup for v0.7.0
- refactor(rpc): replace starknet-rs by starknet-types-rpc
- fix(fgw): include `l1_to_l2_consumed_message` in L1 handler receipt
Expand Down
2 changes: 1 addition & 1 deletion madaraup/install
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MADARA_BIN_DIR="$MADARA_DIR/bin"
MADARA_MAN_DIR="$MADARA_DIR/share/man/man1"

# URL for the madaraup binary
BIN_URL="BIN_URL="https://raw.githubusercontent.com/madara-alliance/madara/main/madaraup/madaraup"
BIN_URL="https://raw.githubusercontent.com/madara-alliance/madara/main/madaraup/madaraup"
BIN_PATH="$MADARA_BIN_DIR/madaraup"

# Create the .madara bin directory and madaraup binary if it doesn't exist
Expand Down

0 comments on commit d4ced42

Please sign in to comment.