Skip to content

Commit

Permalink
Merge pull request #123 from jurteam/security-GHSA-w5vr-6qhr-36cc
Browse files Browse the repository at this point in the history
Security ghsa w5vr 6qhr 36cc
  • Loading branch information
Alessio Treglia authored Aug 18, 2023
2 parents c7f0bb6 + 8f66754 commit d2af099
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jur-node"
version = "1.0.1"
version = "2.0.0"
edition = "2021"
license = "Unlicense"
publish = false
Expand Down Expand Up @@ -55,7 +55,7 @@ frame-benchmarking = { version = "4.0.0-dev", git = "https://github.com/parityte
frame-benchmarking-cli = { version = "4.0.0-dev", git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v1.0.0" }

# Local Dependencies
jur-node-runtime = { version = "1.0.1", path = "../runtime" }
jur-node-runtime = { version = "2.0.0", path = "../runtime" }
primitives = { package = 'jur-primitives', path = '../primitives' }

# CLI-specific dependencies
Expand All @@ -74,4 +74,4 @@ runtime-benchmarks = [
]
# Enable features that allow the runtime to be tried and debugged. Name might be subject to change
# in the near future.
try-runtime = ["jur-node-runtime/try-runtime", "try-runtime-cli/try-runtime"]
try-runtime = ["jur-node-runtime/try-runtime", "try-runtime-cli/try-runtime"]
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jur-node-runtime"
version = "1.0.1"
version = "2.0.0"
edition = "2021"
license = "Unlicense"
publish = false
Expand Down
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: 111,
spec_version: 104,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down 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 d2af099

Please sign in to comment.