From 5be161d8cb05b4d07039d045bf5beb97c42b64dd Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Mon, 6 Dec 2021 10:56:53 -0700 Subject: [PATCH] 0.13.5-0.0.1 : [update] - Update Onboard to v1.36.0 & add Tally Wallet (#121) * Update Onboard to v1.36.0 * Added Tally wallet per Onboard v1.36.0 Co-authored-by: Adam Carpenter --- package.json | 4 ++-- src/services.js | 1 + yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e8cb00c7..45915c0f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/services.js b/src/services.js index f9055925..cd885dab 100644 --- a/src/services.js +++ b/src/services.js @@ -74,6 +74,7 @@ export function initOnboard(subscriptions) { { walletName: 'xdefi' }, { walletName: 'binance' }, { walletName: 'tp' }, + { walletName: 'tally' }, ] }, walletCheck: [ diff --git a/yarn.lock b/yarn.lock index e7bbc352..b2f3c530 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"