Skip to content

Commit

Permalink
updated contract address and spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkaverse committed Oct 16, 2023
1 parent 15e4122 commit 942e2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 942e2b0

Please sign in to comment.