From 6c383904612f96f7e1417f94bd1c678960afa187 Mon Sep 17 00:00:00 2001 From: VZ Build Date: Tue, 14 Jul 2026 19:29:43 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20eth=5Fanchor=20gas=20limit=20200k?= =?UTF-8?q?=E2=86=92500k=20for=20string=20storage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eth_anchor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_anchor.py b/eth_anchor.py index fbc8761..9478a21 100644 --- a/eth_anchor.py +++ b/eth_anchor.py @@ -131,7 +131,7 @@ class EthereumAnchor: ).build_transaction({ 'from': account.address, 'nonce': self.w3.eth.get_transaction_count(account.address), - 'gas': 200000, + 'gas': 500000, }) # Sign and send