mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-01 04:15:22 +00:00
9 lines
190 B
JavaScript
9 lines
190 B
JavaScript
|
// @flow
|
||
|
import { TX_SERVICE_HOST } from '~/config/names'
|
||
|
|
||
|
const devConfig = {
|
||
|
[TX_SERVICE_HOST]: 'https://safe-transaction-history.dev.gnosisdev.com/api/v1/',
|
||
|
}
|
||
|
|
||
|
export default devConfig
|