remove gas limit set in utils->deployContract

This commit is contained in:
stubbsta 2026-01-05 14:00:29 +02:00
parent 8fc6b2dcff
commit 3eab74159b
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ proc deployContract*(
tr.`from` = Opt.some(web3.defaultAccount)
let sData = code & contractInput
tr.data = Opt.some(hexToSeqByte(sData))
tr.gas = Opt.some(Quantity(3000000000000))
if gasPrice != 0:
tr.gasPrice = Opt.some(gasPrice.Quantity)

View File

@ -549,7 +549,7 @@ proc runAnvil*(
"10000000000",
"--chain-id",
$chainId,
"--disable-min-priority-fee"
"--disable-min-priority-fee",
]
# Add state file argument if provided