-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add further relay chain configuration #1970
Conversation
Pull Request Test Coverage Report for Build 11069245516Details
💛 - Coveralls |
.env.sample
Outdated
# RELAY_PROVIDER_API_KEY_OPTIMISM | ||
# RELAY_PROVIDER_API_KEY_BSC | ||
# RELAY_PROVIDER_API_KEY_GNOSIS_CHAIN | ||
# RELAY_PROVIDER_API_KEY_POLYGON | ||
# RELAY_PROVIDER_API_KEY_POLYGON_ZKEVM | ||
# RELAY_PROVIDER_API_KEY_BASE | ||
# RELAY_PROVIDER_API_KEY_ARBITRUM_ONE | ||
# RELAY_PROVIDER_API_KEY_AVALANCHE | ||
# RELAY_PROVIDER_API_KEY_LINEA | ||
# RELAY_PROVIDER_API_KEY_BLAST | ||
# RELAY_PROVIDER_API_KEY_SEPOLIA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I'd include the =
at the end of each key to make explicit they need a value to be set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in 1e2cebe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I'd suggest also including ""
around strings to make it explicit which variables are numeric and which are strings.
.env.sample
Outdated
# RELAY_PROVIDER_API_KEY_OPTIMISM | ||
# RELAY_PROVIDER_API_KEY_BSC | ||
# RELAY_PROVIDER_API_KEY_GNOSIS_CHAIN | ||
# RELAY_PROVIDER_API_KEY_POLYGON | ||
# RELAY_PROVIDER_API_KEY_POLYGON_ZKEVM | ||
# RELAY_PROVIDER_API_KEY_BASE | ||
# RELAY_PROVIDER_API_KEY_ARBITRUM_ONE | ||
# RELAY_PROVIDER_API_KEY_AVALANCHE | ||
# RELAY_PROVIDER_API_KEY_LINEA | ||
# RELAY_PROVIDER_API_KEY_BLAST | ||
# RELAY_PROVIDER_API_KEY_SEPOLIA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I'd suggest also including ""
around strings to make it explicit which variables are numeric and which are strings.
Adds new sample env. vars. for [the extension of 'relayable' chains](safe-global/safe-client-gateway#1970): - Add env. vars. for: Optimism, BSC, Polygon, Polygon zkEVM, Base, Avalanche, Linea and Blast.
Adds further configuration for: Optimism, BNB, Polygon, Polygon zkEVM, Base, Avalanche, Linea and Blast: - Add env. var. configuration for aforementioned chains to: - `.env.sample` - `docker-compose.yaml` - (Test) configuration - Confirguration validator - Test coverage
Adds further configuration for: Optimism, BNB, Polygon, Polygon zkEVM, Base, Avalanche, Linea and Blast: - Add env. var. configuration for aforementioned chains to: - `.env.sample` - `docker-compose.yaml` - (Test) configuration - Confirguration validator - Test coverage
Summary
We currently support relaying on Gnosis Chain, Arbitrum and Sepolia. This adds further configuration for: Optimism, BNB, Polygon, Polygon zkEVM, Base, Avalanche, Linea and Blast.
Changes
.env.sample
docker-compose.yaml