From c14b5aa95f8354265d8886f48fa0b2675fbe12f7 Mon Sep 17 00:00:00 2001 From: IAvecilla Date: Thu, 19 Sep 2024 14:53:34 -0300 Subject: [PATCH] Fix multicall with evm simulator on --- core/node/eth_sender/src/eth_tx_aggregator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/node/eth_sender/src/eth_tx_aggregator.rs b/core/node/eth_sender/src/eth_tx_aggregator.rs index 49a108231b2..2ce923fa121 100644 --- a/core/node/eth_sender/src/eth_tx_aggregator.rs +++ b/core/node/eth_sender/src/eth_tx_aggregator.rs @@ -246,7 +246,7 @@ impl EthTxAggregator { ]; if let Some(call) = get_evm_simulator_hash_call { - token_vec.push(call.into_token()); + token_vec.insert(2, call.into_token()); } token_vec