chore: update big number package
This commit is contained in:
parent
8aa18dd21c
commit
ea44478b48
30 changed files with 186 additions and 144 deletions
|
|
@ -3,7 +3,7 @@ const BN = require('../lib/bn')
|
|||
|
||||
const account = {token: 'xxx'}
|
||||
|
||||
strike.newAddress(account, {cryptoCode: 'BTC', cryptoAtoms: BN(10000)})
|
||||
strike.newAddress(account, { cryptoCode: 'BTC', cryptoAtoms: new BN(10000) })
|
||||
.then(r => {
|
||||
console.log(r)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue