Fix eth_anchor gas limit 200k→500k for string storage

This commit is contained in:
VZ Build
2026-07-14 19:29:43 +00:00
parent e6f6e2979d
commit 6c38390461

View File

@@ -131,7 +131,7 @@ class EthereumAnchor:
).build_transaction({ ).build_transaction({
'from': account.address, 'from': account.address,
'nonce': self.w3.eth.get_transaction_count(account.address), 'nonce': self.w3.eth.get_transaction_count(account.address),
'gas': 200000, 'gas': 500000,
}) })
# Sign and send # Sign and send