From d8f9fedecf2cc0dad4294d8b6b4c6c4878bb08ef Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 9 Jun 2021 14:54:43 +0200 Subject: [PATCH] Update gas budget --- python/erc20_demurrage_token/token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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