feat: support connecting to a gnosis safe (#2096)
* feat: support connecting to a gnosis safe * add the manifest.json attributes required by gnosis safe * remove background fill * copy * only try injected provider if not active after trying safe
Showing
... | ... | @@ -5,6 +5,7 @@ |
"private": true, | ||
"devDependencies": { | ||
"@ethersproject/experimental": "^5.2.0", | ||
"@gnosis.pm/safe-apps-web3-react": "^0.6.0", | ||
"@graphql-codegen/cli": "1.21.5", | ||
"@graphql-codegen/typescript": "1.22.3", | ||
"@graphql-codegen/typescript-operations": "^1.18.2", | ||
... | ... |
Please register or sign in to comment