Disable Formatic on Rinkeby (#2166)

This commit is contained in:
Tobias Schubotz 2021-04-14 11:13:46 +02:00 committed by GitHub
parent 2cd128dac2
commit 6ce5f3f105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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