diff --git a/src/config/networks/energy_web_chain.ts b/src/config/networks/energy_web_chain.ts index f3e96419..767f46b1 100644 --- a/src/config/networks/energy_web_chain.ts +++ b/src/config/networks/energy_web_chain.ts @@ -5,7 +5,7 @@ import { EnvironmentSettings, ETHEREUM_NETWORK, NetworkConfig, WALLETS } from 's // once the oracle is fixed we need to remove the fixed value const baseConfig: EnvironmentSettings = { txServiceUrl: 'https://safe-transaction.ewc.gnosis.io/api/v1', - safeAppsUrl: 'https://safe-apps.dev.gnosisdev.com', + safeAppsUrl: 'https://safe-apps-ewc.staging.gnosisdev.com', gasPriceOracle: { url: 'https://station.energyweb.org', gasParameter: 'standard', @@ -24,11 +24,10 @@ const mainnet: NetworkConfig = { }, staging: { ...baseConfig, - safeAppsUrl: 'https://safe-apps.staging.gnosisdev.com', }, production: { ...baseConfig, - safeAppsUrl: 'https://apps.gnosis-safe.io', + safeAppsUrl: 'https://apps-ewc.gnosis-safe.io', }, }, network: { diff --git a/src/config/networks/volta.ts b/src/config/networks/volta.ts index a3edfb22..20c54314 100644 --- a/src/config/networks/volta.ts +++ b/src/config/networks/volta.ts @@ -3,7 +3,7 @@ import { EnvironmentSettings, ETHEREUM_NETWORK, WALLETS, NetworkConfig } from 's const baseConfig: EnvironmentSettings = { txServiceUrl: 'https://safe-transaction.volta.gnosis.io/api/v1', - safeAppsUrl: 'https://safe-apps.dev.gnosisdev.com', + safeAppsUrl: 'https://safe-apps-volta.staging.gnosisdev.com', gasPriceOracle: { url: 'https://station.energyweb.org', gasParameter: 'standard', @@ -21,11 +21,10 @@ const mainnet: NetworkConfig = { }, staging: { ...baseConfig, - safeAppsUrl: 'https://safe-apps.staging.gnosisdev.com', }, production: { ...baseConfig, - safeAppsUrl: 'https://apps.gnosis-safe.io', + safeAppsUrl: 'https://apps-volta.gnosis-safe.io', }, }, network: {