Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from YunBongtae/change-gas
Browse files Browse the repository at this point in the history
change gas price
  • Loading branch information
YunBongtae authored Feb 11, 2020
2 parents f4cd665 + 72981aa commit 29a1917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WalletTransfer2.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Props = {
}

const KLAY_GAS_PRICE = caver.utils.toWei('25', 'shannon')
const DEFAULT_KLAY_TRANSFER_GAS = 25000
const DEFAULT_KLAY_TRANSFER_GAS = 100000
const DEFAULT_TOKEN_TRANSFER_GAS = 100000
const MAX_INTEGER_LENGTH = 14
const DEFAULTTYPE = KLAYTN_KLAY_UINT
Expand Down

0 comments on commit 29a1917

Please sign in to comment.