Skip to content

Commit

Permalink
0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (
Browse files Browse the repository at this point in the history
#121)

* Update Onboard to v1.36.0

* Added Tally wallet per Onboard v1.36.0

Co-authored-by: Adam Carpenter <Adam@blocknative.com>
  • Loading branch information
Adamj1232 and Adam Carpenter authored Dec 6, 2021
1 parent f4aa9d5 commit 5be161d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "onboard-notify-react",
"version": "0.13.5",
"version": "0.13.5-0.0.1",
"dependencies": {
"bnc-notify": "^1.9.2",
"bnc-notify-staging": "https://github.com/blocknative/notify#develop",
"bnc-onboard": "^1.35.4",
"bnc-onboard": "^1.36.0",
"bnc-onboard-staging": "https://github.com/blocknative/onboard#develop",
"ethers": "^5.5.2",
"react": "^16.9.0",
Expand Down
1 change: 1 addition & 0 deletions src/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export function initOnboard(subscriptions) {
{ walletName: 'xdefi' },
{ walletName: 'binance' },
{ walletName: 'tp' },
{ walletName: 'tally' },
]
},
walletCheck: [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4479,10 +4479,10 @@ bnc-notify@^1.9.2:
walletlink "^2.1.6"
web3-provider-engine "^15.0.4"

bnc-onboard@^1.35.4:
version "1.35.4"
resolved "https://registry.yarnpkg.com/bnc-onboard/-/bnc-onboard-1.35.4.tgz#be6894c062fb829e609b447f5f0f64c2a75f349a"
integrity sha512-F3zMyosW4PLjIF5HeG/COaacVAdVEYqisFjubE4gY6heZfNTRobMmX1QTq0pL9MaNtW0W70r8LbobVQOVfya+A==
bnc-onboard@^1.36.0:
version "1.36.0"
resolved "https://registry.yarnpkg.com/bnc-onboard/-/bnc-onboard-1.36.0.tgz#ba870b47250a7c51becc924fa78097dbf75d5e67"
integrity sha512-+DzM3y4FiSo12VfWPTYKGIGPAyrS98H9fAkUlcBCx9guWCMTTYxlxWv09wq+6DuhCPZ1zMcItWxjZipzf/7KUw==
dependencies:
"@cvbb/eth-keyring" "^1.1.0"
"@ensdomains/ensjs" "^2.0.1"
Expand Down

0 comments on commit 5be161d

Please sign in to comment.