From b66a88fc561a73a63d0fa8303412ff43d51876a5 Mon Sep 17 00:00:00 2001 From: David Craven Date: Wed, 5 Feb 2025 11:07:47 +0100 Subject: [PATCH] envs: update dev config (#1485) Co-authored-by: penumbra23 --- config/envs/development/config.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/envs/development/config.yaml b/config/envs/development/config.yaml index d8badf9a3..ee85b671b 100644 --- a/config/envs/development/config.yaml +++ b/config/envs/development/config.yaml @@ -111,6 +111,25 @@ networks: shard_size: 1 shard_threshold: 1 + 6: + backend: "evm" + blockchain: "ethereum" + network: "dev" + url: "wss://eth-local.development.analog.one" + gateway_funds: 1. + chronicle_target_funds: .1 + batch_size: 256 + batch_offset: 0 + batch_gas_limit: 10000 + gmp_margin: 0.0 + shard_task_limit: 50 + symbol: "ETH" + token_decimals: 18 + route_gas_limit: 10000000 + route_base_fee: 1400000000 + shard_size: 1 + shard_threshold: 1 + chronicles: - https://chronicle-1.development.analog.one - https://chronicle-2.development.analog.one @@ -124,3 +143,4 @@ chronicles: - https://chronicle-10.development.analog.one - https://chronicle-11.development.analog.one - https://chronicle-12.development.analog.one +- https://chronicle-13.development.analog.one