From 942e2b004847c7f1eb195cf219da01ba0a8b57a3 Mon Sep 17 00:00:00 2001 From: Polkaverse Date: Mon, 16 Oct 2023 15:51:20 +0530 Subject: [PATCH] updated contract address and spec version --- runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 912e7c08..fe34d575 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 121, + spec_version: 112, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -339,7 +339,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.