Merge branch 'master' of github.com:harmony-one/sdk

test
neeboo 5 years ago
commit d70b4c5f0d
  1. 2
      examples/transfer.js

@ -50,7 +50,7 @@ async function transfer(receiver) {
// token send to
to: receiver,
// amount to send
value: '1000000000000000000',
value: '100000000000000000',
// gas limit, you can use string
gasLimit: '210000',
// send token from shardID

Loading…
Cancel
Save