mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-18 20:46:29 +00:00
Fix dev mainnet config
This commit is contained in:
parent
728bcc3f8e
commit
00843b5c66
@ -1,11 +1,11 @@
|
|||||||
//
|
//
|
||||||
import prodConfig from './production'
|
import devConfig from './development'
|
||||||
import { TX_SERVICE_HOST, RELAY_API_URL } from 'src/config/names'
|
import { TX_SERVICE_HOST, RELAY_API_URL } from 'src/config/names'
|
||||||
|
|
||||||
const prodMainnetConfig = {
|
const devMainnetConfig = {
|
||||||
...prodConfig,
|
...devConfig,
|
||||||
[TX_SERVICE_HOST]: 'https://safe-transaction.mainnet.gnosis.io/api/v1/',
|
[TX_SERVICE_HOST]: 'https://safe-transaction.mainnet.staging.gnosisdev.com/api/v1/',
|
||||||
[RELAY_API_URL]: 'https://safe-relay.gnosis.io/api/v1/',
|
[RELAY_API_URL]: 'https://safe-relay.mainnet.staging.gnosisdev.com/api/v1/',
|
||||||
}
|
}
|
||||||
|
|
||||||
export default prodMainnetConfig
|
export default devMainnetConfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user