Skip to content

Commit 0eab583

Browse files
1.25.0-0.5.4: [update] Updates the bnc-sdk to latest (#558)
* Update bnc-sdk
1 parent aa9bfee commit 0eab583

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.25.0-0.5.3",
3+
"version": "1.25.0-0.5.4",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",
@@ -63,7 +63,7 @@
6363
"@walletconnect/web3-provider": "^1.4.1",
6464
"authereum": "^0.1.12",
6565
"bignumber.js": "^9.0.0",
66-
"bnc-sdk": "^3.2.0",
66+
"bnc-sdk": "^3.3.4",
6767
"bowser": "^2.10.0",
6868
"eth-lattice-keyring": "^0.2.7",
6969
"eth-provider": "^0.6.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,10 +2073,10 @@ bn.js@^5.2.0:
20732073
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002"
20742074
integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==
20752075

2076-
bnc-sdk@^3.2.0:
2077-
version "3.2.0"
2078-
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-3.2.0.tgz#421a9151107785bc075447c8cff260df0c3aed48"
2079-
integrity sha512-7nyb+zRiKYRz0DTdceWHW1whC2nMVj+2uyg91giq8pwV02oDYMpdBsQssKBFghOQMaUqv2TBSZmD5p9hgA5FsA==
2076+
bnc-sdk@^3.3.4:
2077+
version "3.3.4"
2078+
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-3.3.4.tgz#43e7c0e69be92e0706fce5f42ad6a700296078d9"
2079+
integrity sha512-yBQ1FHBOhPlWGNWHdma5Rx8iHiM0DBxXahyVqmlHdqpX6Idkxzqc1kT6GmV0FnLx/bL8OOcpstPcovn3meu0fQ==
20802080
dependencies:
20812081
crypto-es "^1.2.2"
20822082
rxjs "^6.6.3"

0 commit comments

Comments
 (0)