diff --git a/python/erc20_demurrage_token/token.py b/python/erc20_demurrage_token/token.py index 4a180e9..aa90728 100644 --- a/python/erc20_demurrage_token/token.py +++ b/python/erc20_demurrage_token/token.py @@ -70,7 +70,7 @@ class DemurrageToken(ERC20): @staticmethod def gas(code=None): - return 3500000 + return 4000000 @staticmethod