mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 05:59:23 +00:00
cargo update
Should fix the recent CI failures re: Ethereum as well.
This commit is contained in:
@@ -39,7 +39,7 @@ impl Deployer {
|
||||
nonce: 0,
|
||||
gas_price: 100_000_000_000u128,
|
||||
// TODO: Use a more accurate gas limit
|
||||
gas_limit: 1_000_000u128,
|
||||
gas_limit: 1_000_000,
|
||||
to: TxKind::Create,
|
||||
value: U256::ZERO,
|
||||
input: bytecode,
|
||||
|
||||
Reference in New Issue
Block a user