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(e2e/app): disable fundGasStation on mainnet #2474

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

Zodomo
Copy link
Contributor

@Zodomo Zodomo commented Nov 13, 2024

Separate funding gas station action from deployment on mainnet only.

issue: #2206

Comment on lines +34 to +37
if def.Testnet.Network != netconf.Mainnet {
if err := fundGasStation(ctx, def); err != nil {
return errors.Wrap(err, "fund gas station")
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe if def.Testnet.Nework.IsEphemeral()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That will disable it for Omega too.

@Zodomo Zodomo merged commit 39c3c6a into main Nov 13, 2024
19 checks passed
@Zodomo Zodomo deleted the zodomo/gas-station-funding branch November 13, 2024 20:58
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