@@ -59,13 +59,13 @@ impl<T: JsonRpcClient + 'static + Clone> SignablePythContractInner<T> {
5959 let gas_oracle = EthProviderOracle :: new (
6060 provider. clone ( ) ,
6161 chain_config. priority_fee_multiplier_pct ,
62- 0 , // min_reward_samples - default value
63- 10 , // fee_estimation_past_blocks - default value
64- 5.0 , // fee_estimation_reward_percentile - default value
65- 3_000 , // eip1559_fee_estimation_default_priority_fee - default value
62+ 0 , // min_reward_samples - default value
63+ 10 , // fee_estimation_past_blocks - default value
64+ 5.0 , // fee_estimation_reward_percentile - default value
65+ 3_000 , // eip1559_fee_estimation_default_priority_fee - default value
6666 100_000 , // eip1559_fee_estimation_priority_fee_trigger - default value
67- 200 , // eip1559_fee_estimation_threshold_max_change - default value
68- 40_000 , // surge_threshold_1 - default value
67+ 200 , // eip1559_fee_estimation_threshold_max_change - default value
68+ 40_000 , // surge_threshold_1 - default value
6969 100_000 , // surge_threshold_2 - default value
7070 200_000 , // surge_threshold_3 - default value
7171 ) ;
0 commit comments