mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-10 18:15:37 +00:00
Disable Formatic on Rinkeby (#2166)
This commit is contained in:
parent
2cd128dac2
commit
6ce5f3f105
@ -1,5 +1,5 @@
|
||||
import EtherLogo from 'src/config/assets/token_eth.svg'
|
||||
import { EnvironmentSettings, ETHEREUM_NETWORK, NetworkConfig } from 'src/config/networks/network.d'
|
||||
import { EnvironmentSettings, ETHEREUM_NETWORK, NetworkConfig, WALLETS } from 'src/config/networks/network.d'
|
||||
|
||||
const baseConfig: EnvironmentSettings = {
|
||||
clientGatewayUrl: 'https://safe-client.rinkeby.staging.gnosisdev.com/v1',
|
||||
@ -45,6 +45,7 @@ const rinkeby: NetworkConfig = {
|
||||
logoUri: EtherLogo,
|
||||
},
|
||||
},
|
||||
disabledWallets: [WALLETS.FORTMATIC],
|
||||
}
|
||||
|
||||
export default rinkeby
|
||||
|
Loading…
x
Reference in New Issue
Block a user