Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor() {
this.web3Modal = new Web3Modal({
network: 'ropsten', // 'mainnet',
cacheProvider: true,
providerOptions: {
fortmatic: {
package: Fortmatic,
options: {
key: 'pk_test_A8AD7DB2F40251E7'
}
}
}
})
}