Hosted wallets (#528)
* formnatic setup * stable with new hosted * stable version, fortmatic and portis * fix safari bug * cleanup * add white version of arrow * update options to tabbable buttons * update injected version * style tweaks * style tweaks, remove portis connector
Showing
... | ... | @@ -8,11 +8,13 @@ |
"@reach/dialog": "^0.2.8", | ||
"@reach/tooltip": "^0.2.0", | ||
"@uniswap/sdk": "^1.0.0-beta.4", | ||
"@web3-react/core": "^6.0.0-beta.15", | ||
"@web3-react/injected-connector": "^6.0.0-beta.17", | ||
"@web3-react/network-connector": "^6.0.0-beta.15", | ||
"@web3-react/walletconnect-connector": "^6.0.0-beta.18", | ||
"@web3-react/walletlink-connector": "^6.0.0-beta.15", | ||
"@web3-react/core": "6.0.0-beta.19", | ||
"@web3-react/fortmatic-connector": "6.0.0-beta.19", | ||
"@web3-react/injected-connector": "6.0.0-beta.20", | ||
"@web3-react/network-connector": "6.0.0-beta.19", | ||
"@web3-react/portis-connector": "6.0.0-beta.19", | ||
"@web3-react/walletconnect-connector": "6.0.0-beta.19", | ||
"@web3-react/walletlink-connector": "6.0.0-beta.19", | ||
"copy-to-clipboard": "^3.2.0", | ||
"escape-string-regexp": "^2.0.0", | ||
"ethers": "^4.0.36", | ||
... | ... |
12.7 KB
2 KB
13.5 KB
src/connectors/Fortmatic.js
0 → 100644