diff options
| author | Leonid <logvinov.leon@gmail.com> | 2017-10-25 15:22:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-25 15:22:35 +0800 |
| commit | 48dbee2e10a279ffef1345b70cda02d86d3d359e (patch) | |
| tree | cfc4af650c6025b575de424a1eff61cf56da4ffc | |
| parent | e17f6979c3ef966a7e5d595be4077d82ffb9dba5 (diff) | |
| parent | 1ba2df8024e20c8aaf61c4ed27aa95a7ced515e2 (diff) | |
| download | dexon-sol-tools-48dbee2e10a279ffef1345b70cda02d86d3d359e.tar.gz dexon-sol-tools-48dbee2e10a279ffef1345b70cda02d86d3d359e.tar.zst dexon-sol-tools-48dbee2e10a279ffef1345b70cda02d86d3d359e.zip | |
Merge pull request #199 from NoteGio/raise-allowance-gas
Increase ALLOWANCE_TO_ZERO_GAS_AMOUNT
| -rw-r--r-- | src/contract_wrappers/token_wrapper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contract_wrappers/token_wrapper.ts b/src/contract_wrappers/token_wrapper.ts index 8dc4e61c5..70dbc5bfb 100644 --- a/src/contract_wrappers/token_wrapper.ts +++ b/src/contract_wrappers/token_wrapper.ts @@ -19,7 +19,7 @@ import { TokenContractEventArgs, } from '../types'; -const ALLOWANCE_TO_ZERO_GAS_AMOUNT = 47155; +const ALLOWANCE_TO_ZERO_GAS_AMOUNT = 47275; /** * This class includes all the functionality related to interacting with ERC20 token contracts. |
