From 5095a71a260a2edeb9b9d1e8f95428a5245b0a7d Mon Sep 17 00:00:00 2001 From: David Craven Date: Tue, 18 Feb 2025 09:22:54 +0100 Subject: [PATCH] Fix integration config. --- config/envs/integration/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/envs/integration/config.yaml b/config/envs/integration/config.yaml index d644b2fe1..5ad6802e8 100644 --- a/config/envs/integration/config.yaml +++ b/config/envs/integration/config.yaml @@ -47,7 +47,7 @@ networks: network: "testnet" url: "wss://bsc-testnet-rpc.publicnode.com" gateway_funds: 1. - chronicle_target_funds: .1 + chronicle_funds: .1 batch_size: 256 batch_offset: 0 batch_gas_limit: 50000000 @@ -63,7 +63,7 @@ networks: network: "sepolia" url: "wss://arbitrum-sepolia-rpc.publicnode.com" gateway_funds: 1. - chronicle_target_funds: .1 + chronicle_funds: .1 batch_size: 512 batch_offset: 0 batch_gas_limit: 500000000000000