diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 154f7a7c..6dbd75b9 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -338,7 +338,7 @@ impl pallet_sudo::Config for Runtime { parameter_types! { pub Prefix: &'static [u8] = b"My JUR address is "; pub const NativeCurrencyId: CurrencyId = NATIVE_CURRENCY_ID; - pub const EthAddress: EthereumAddress = EthereumAddress(hex!("37abc97DD3dA0b81fe635e35Ea1655A15FfF4d76")); + pub const EthAddress: EthereumAddress = EthereumAddress(hex!("D77229999a1ca62b5bfb2735BaC12069b3794c44")); } /// Configure the pallet-token-swap in pallets/token-swap.