Skip to content

Commit

Permalink
Update onboard package
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 20, 2023
1 parent 8ad16d2 commit b60fa30
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 366 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@web3-onboard/keystone": "^2.3.7",
"@web3-onboard/ledger": "2.3.2",
"@web3-onboard/trezor": "^2.4.2",
"@web3-onboard/walletconnect": "^2.4.7",
"@web3-onboard/walletconnect": "^2.5.0",
"@web3auth/mpc-core-kit": "^1.1.3",
"blo": "^1.1.1",
"bn.js": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/WalletInfo/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('WalletInfo', () => {
/>,
)

expect(getByText('Delete Account')).toBeInTheDocument()
expect(getByText('Delete account')).toBeInTheDocument()
})

it('should not display a Delete Account on prod', () => {
Expand Down
Loading

0 comments on commit b60fa30

Please sign in to comment.