Skip to content

Commit

Permalink
Update runtime/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Pankaj <[email protected]>
  • Loading branch information
Alessio Treglia and Polkaverse authored Aug 25, 2023
1 parent 9426ce2 commit 80ef21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 80ef21c

Please sign in to comment.