Skip to content

Commit

Permalink
0.14.2 Release - Master (#168)
Browse files Browse the repository at this point in the history
* Added gnosis safe wallet that was missed in original deploy

* Updates for web3 onboard packages, fix for gnosis and some slight changes in text for new name web3-onboard

* Update version for new release
  • Loading branch information
Adamj1232 authored Mar 7, 2022
1 parent 882c434 commit 2fd8127
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ yarn-debug.log*
yarn-error.log*

.vercel

/.cert
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 3 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ const App = () => {
<div className="main-content">
<div className="vertical-main-container">
<div className="container onboard">
<h2>Onboarding Users with Onboard</h2>
<h2>Onboarding Users with Web3-Onboard</h2>
{wallet && (
<div className="network-select">
<label>Switch Chains</label>
Expand Down

0 comments on commit 2fd8127

Please sign in to comment.