mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-11 10:23:06 +00:00
remove gas limit set in utils->deployContract
This commit is contained in:
parent
8fc6b2dcff
commit
3eab74159b
@ -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)
|
||||
|
||||
|
||||
@ -549,7 +549,7 @@ proc runAnvil*(
|
||||
"10000000000",
|
||||
"--chain-id",
|
||||
$chainId,
|
||||
"--disable-min-priority-fee"
|
||||
"--disable-min-priority-fee",
|
||||
]
|
||||
|
||||
# Add state file argument if provided
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user