diff --git a/configuration/CHANGELOG.md b/configuration/CHANGELOG.md index 1ce24dfe..b3cec01a 100644 --- a/configuration/CHANGELOG.md +++ b/configuration/CHANGELOG.md @@ -3,7 +3,6 @@ ### Unreleased - feature: pull config files from github pages instead of local versions -- lower per-message gas hardcode for home:update calls - add environment variable overrides for agent configuration - add tests for agent environment variable overrides - remove `enabled` flag from agents project-wide diff --git a/configuration/src/gas/defaults.rs b/configuration/src/gas/defaults.rs index 3f79e788..7052d276 100644 --- a/configuration/src/gas/defaults.rs +++ b/configuration/src/gas/defaults.rs @@ -7,7 +7,7 @@ pub const EVM_DEFAULT: NomadGasConfig = NomadGasConfig { core: CoreGasConfig { home: HomeGasLimits { update: HomeUpdateGasLimit { - per_message: 2_000, + per_message: 10_000, base: 100_000, }, improper_update: HomeUpdateGasLimit {