Fix ledger issue
This commit is contained in:
parent
bf5a24d762
commit
bc2b6da5e4
|
@ -159,7 +159,7 @@
|
|||
"async-sema": "^3.1.0",
|
||||
"axios": "0.19.2",
|
||||
"bignumber.js": "9.0.0",
|
||||
"bnc-onboard": "1.9.0",
|
||||
"bnc-onboard": "1.9.1",
|
||||
"classnames": "^2.2.6",
|
||||
"connected-react-router": "6.8.0",
|
||||
"currency-flags": "2.1.2",
|
||||
|
|
|
@ -50,9 +50,9 @@ export const onboard = Onboard({
|
|||
walletCheck: [
|
||||
{ checkName: 'derivationPath' },
|
||||
{ checkName: 'connect' },
|
||||
transactionDataCheck(),
|
||||
{ checkName: 'network' },
|
||||
{ checkName: 'accounts' },
|
||||
{ checkName: 'network' },
|
||||
transactionDataCheck(),
|
||||
],
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue