Skip to content

Commit

Permalink
feat: add price modifier to network configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumealoy committed Nov 22, 2024
1 parent 2716298 commit e548a7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/core/src/data/network_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ pub struct NetworkConfig {
pub denomination: i32,
#[serde(rename = "erd_gas_per_data_byte")]
pub gas_per_data_byte: u64,
#[serde(rename = "erd_gas_price_modifier")]
pub gas_price_modifier: String,
#[serde(rename = "erd_latest_tag_software_version")]
pub latest_tag_software_version: String,
#[serde(rename = "erd_meta_consensus_group_size")]
Expand Down

0 comments on commit e548a7e

Please sign in to comment.