Skip to content

Commit 1e1730a

Browse files
committed
primitives - config - add ethereum_adapter_relay
1 parent 5aebd44 commit 1e1730a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

primitives/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pub struct Config {
4040
#[serde(with = "SerHex::<StrictPfx>")]
4141
pub ethereum_core_address: [u8; 20],
4242
pub ethereum_network: String,
43+
pub ethereum_adapter_relay: String,
4344
pub validators_whitelist: Vec<ValidatorId>,
4445
}
4546

0 commit comments

Comments
 (0)