File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const MAX_CALIBNET_GAS_LIMIT: u64 = 30_000_000;
3737
3838/// Maximum gas fee cap for mainnet including buffer.
3939static MAX_MAINNET_GAS_FEE_CAP : LazyLock < TokenAmount > =
40- LazyLock :: new ( || TokenAmount :: from_atto ( 1_000_000 ) ) ;
40+ LazyLock :: new ( || TokenAmount :: from_atto ( 100_000_000 ) ) ;
4141/// Maximum gas fee cap for calibnet including buffer.
4242static MAX_CALIBNET_GAS_FEE_CAP : LazyLock < TokenAmount > =
4343 LazyLock :: new ( || TokenAmount :: from_atto ( 200_000 ) ) ;
@@ -230,7 +230,7 @@ mod tests {
230230 assert_eq ! ( mainnet_faucet. max_gas_limit( ) , 10_000_000 ) ;
231231 assert_eq ! (
232232 mainnet_faucet. max_gas_fee_cap( ) ,
233- TokenAmount :: from_atto( 1_000_000 )
233+ TokenAmount :: from_atto( 100_000_000 )
234234 ) ;
235235 assert_eq ! (
236236 mainnet_faucet. max_gas_premium( ) ,
You can’t perform that action at this time.
0 commit comments