Skip to content

Commit

Permalink
Update SAFE_CONFIG_BASE_URI default value (safe-global#224)
Browse files Browse the repository at this point in the history
- Use `https://safe-config.safe.global/` instead of `https://safe-config.gnosis.io` as the default value for `SAFE_CONFIG_BASE_URI`
  • Loading branch information
fmrsabino authored Jan 16, 2023
1 parent 494635e commit c569e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/entities/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default () => ({
},
safeConfig: {
baseUri:
process.env.SAFE_CONFIG_BASE_URI || 'https://safe-config.gnosis.io',
process.env.SAFE_CONFIG_BASE_URI || 'https://safe-config.safe.global/',
},
redis: {
host: process.env.REDIS_HOST || 'localhost',
Expand Down

0 comments on commit c569e87

Please sign in to comment.