Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This was referenced Mar 26, 2025
github-merge-queue bot
pushed a commit
to astriaorg/astria
that referenced
this pull request
Apr 15, 2025
) ## Summary Adds optional bridge withdrawer address argument to the init bridge account command. ## Background These changes were moved from #1960 into a separate PR. ## Changes - Added optional bridge withdrawer address argument to the init bridge account command. - Opened corresponding docs PR here: astriaorg/docs#123. ## Testing Manually tested. ## Changelogs Changelog updated --------- Co-authored-by: Richard Janis Goldschmidt <github@aberrat.io>
sambukowski
approved these changes
Apr 23, 2025
sgranfield4403-3
added a commit
to sgranfield4403-3/astria
that referenced
this pull request
Oct 2, 2025
…055) ## Summary Adds optional bridge withdrawer address argument to the init bridge account command. ## Background These changes were moved from #1960 into a separate PR. ## Changes - Added optional bridge withdrawer address argument to the init bridge account command. - Opened corresponding docs PR here: astriaorg/docs#123. ## Testing Manually tested. ## Changelogs Changelog updated --------- Co-authored-by: Richard Janis Goldschmidt <github@aberrat.io>
AngieD101
added a commit
to AngieD101/astria
that referenced
this pull request
Oct 10, 2025
…055) ## Summary Adds optional bridge withdrawer address argument to the init bridge account command. ## Background These changes were moved from #1960 into a separate PR. ## Changes - Added optional bridge withdrawer address argument to the init bridge account command. - Opened corresponding docs PR here: astriaorg/docs#123. ## Testing Manually tested. ## Changelogs Changelog updated --------- Co-authored-by: Richard Janis Goldschmidt <github@aberrat.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates CLI
init-bridge-accountdocumentation to match astriaorg/astria#2055.Motivation and Context
This change is meant to reflect the changes to the
init-bridge-accountcommand in the monorepo.Types of changes