diff options
author | Hsuan Lee <jacky@17.media> | 2019-04-23 08:38:19 +0800 |
---|---|---|
committer | Hsuan Lee <jacky@17.media> | 2019-04-23 08:38:19 +0800 |
commit | 2dbff66028b55c6a13307acdafa4ed59bac4ba57 (patch) | |
tree | 76fcb3a0e76d2ded4c8c8fe85e990926b9923f57 | |
parent | b36974500a4db2c7b5fff11c891a50820de4175a (diff) | |
download | dexon-wiki-2dbff66028b55c6a13307acdafa4ed59bac4ba57.tar.gz dexon-wiki-2dbff66028b55c6a13307acdafa4ed59bac4ba57.tar.zst dexon-wiki-2dbff66028b55c6a13307acdafa4ed59bac4ba57.zip |
Updated Create Contract Verification Message (markdown)
-rw-r--r-- | Create-Contract-Verification-Message.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Create-Contract-Verification-Message.md b/Create-Contract-Verification-Message.md index c08c41b..e648460 100644 --- a/Create-Contract-Verification-Message.md +++ b/Create-Contract-Verification-Message.md @@ -18,7 +18,7 @@ web3 .then((count) => { const rawTx = { nonce: web3.utils.numberToHex(count), - gasPrice: web3.utils.numberToHex(web3.utils.toWei('10', 'Gwei')), + gasPrice: web3.utils.numberToHex(web3.utils.toWei('24', 'Gwei')), gasLimit: web3.utils.numberToHex('210000'), to: myAddress, value: web3.utils.numberToHex('0'), |