mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-15 20:44:07 +00:00
Update EWC/Volta config to use own apps URL
This commit is contained in:
parent
ae99eac3b1
commit
d176301328
@ -5,7 +5,7 @@ import { EnvironmentSettings, ETHEREUM_NETWORK, NetworkConfig, WALLETS } from 's
|
|||||||
// once the oracle is fixed we need to remove the fixed value
|
// once the oracle is fixed we need to remove the fixed value
|
||||||
const baseConfig: EnvironmentSettings = {
|
const baseConfig: EnvironmentSettings = {
|
||||||
txServiceUrl: 'https://safe-transaction.ewc.gnosis.io/api/v1',
|
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: {
|
gasPriceOracle: {
|
||||||
url: 'https://station.energyweb.org',
|
url: 'https://station.energyweb.org',
|
||||||
gasParameter: 'standard',
|
gasParameter: 'standard',
|
||||||
@ -24,11 +24,10 @@ const mainnet: NetworkConfig = {
|
|||||||
},
|
},
|
||||||
staging: {
|
staging: {
|
||||||
...baseConfig,
|
...baseConfig,
|
||||||
safeAppsUrl: 'https://safe-apps.staging.gnosisdev.com',
|
|
||||||
},
|
},
|
||||||
production: {
|
production: {
|
||||||
...baseConfig,
|
...baseConfig,
|
||||||
safeAppsUrl: 'https://apps.gnosis-safe.io',
|
safeAppsUrl: 'https://apps-ewc.gnosis-safe.io',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
network: {
|
network: {
|
||||||
|
@ -3,7 +3,7 @@ import { EnvironmentSettings, ETHEREUM_NETWORK, WALLETS, NetworkConfig } from 's
|
|||||||
|
|
||||||
const baseConfig: EnvironmentSettings = {
|
const baseConfig: EnvironmentSettings = {
|
||||||
txServiceUrl: 'https://safe-transaction.volta.gnosis.io/api/v1',
|
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: {
|
gasPriceOracle: {
|
||||||
url: 'https://station.energyweb.org',
|
url: 'https://station.energyweb.org',
|
||||||
gasParameter: 'standard',
|
gasParameter: 'standard',
|
||||||
@ -21,11 +21,10 @@ const mainnet: NetworkConfig = {
|
|||||||
},
|
},
|
||||||
staging: {
|
staging: {
|
||||||
...baseConfig,
|
...baseConfig,
|
||||||
safeAppsUrl: 'https://safe-apps.staging.gnosisdev.com',
|
|
||||||
},
|
},
|
||||||
production: {
|
production: {
|
||||||
...baseConfig,
|
...baseConfig,
|
||||||
safeAppsUrl: 'https://apps.gnosis-safe.io',
|
safeAppsUrl: 'https://apps-volta.gnosis-safe.io',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
network: {
|
network: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user