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

Add ENVAR to support Arbstack #392

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Add ENVAR to support Arbstack #392

merged 2 commits into from
Apr 8, 2024

Conversation

NickSolante
Copy link
Contributor

No description provided.

@NickSolante NickSolante requested a review from hazim-j April 8, 2024 01:07
Copy link
Member

@hazim-j hazim-j left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -84,7 +84,7 @@ func PrivateMode() {
}

ov := gas.NewDefaultOverhead()
if chain.Cmp(config.ArbitrumOneChainID) == 0 ||
if conf.IsArbStackNetwork || chain.Cmp(config.ArbitrumOneChainID) == 0 ||
Copy link
Member

Choose a reason for hiding this comment

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

nit: one condition per line

@NickSolante NickSolante merged commit 85e227c into main Apr 8, 2024
5 checks passed
@NickSolante NickSolante deleted the arbstack-support branch April 8, 2024 01:33
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