diff --git a/.gitignore b/.gitignore index 81b368c5..f6d2a875 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ yarn-debug.log* yarn-error.log* .vercel + +/.cert diff --git a/package.json b/package.json index 75ca68e7..434058ea 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,18 @@ { "name": "onboard-notify-react", - "version": "0.14.1", + "version": "0.14.2", "dependencies": { "@web3-onboard/fortmatic": "^2.0.0", - "@web3-onboard/gnosis": "^2.0.0", - "@web3-onboard/injected-wallets": "^2.0.0", + "@web3-onboard/gnosis": "^2.0.1", + "@web3-onboard/injected-wallets": "^2.0.1", "@web3-onboard/keepkey": "^2.0.0", + "@web3-onboard/keystone": "^2.0.0", "@web3-onboard/ledger": "^2.0.0", "@web3-onboard/portis": "^2.0.0", - "@web3-onboard/react": "^2.0.1", + "@web3-onboard/react": "^2.0.3", "@web3-onboard/torus": "^2.0.0", "@web3-onboard/trezor": "^2.0.1", - "@web3-onboard/walletconnect": "^2.0.0", + "@web3-onboard/walletconnect": "^2.0.1", "@web3-onboard/walletlink": "^2.0.0", "bnc-notify": "^1.9.4", "bnc-notify-staging": "https://github.com/blocknative/notify#develop", diff --git a/public/manifest.json b/public/manifest.json index 0e95b1f8..208c3b37 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -11,5 +11,7 @@ "start_url": ".", "display": "standalone", "theme_color": "#000000", - "background_color": "#ffffff" + "background_color": "#ffffff", + "description": "A React Demo app for Web3-Onboard and Notify", + "iconPath": "blocknative-favicon.ico" } diff --git a/src/App.js b/src/App.js index 35f06f72..1cfeb228 100644 --- a/src/App.js +++ b/src/App.js @@ -309,7 +309,7 @@ const App = () => {