Skip to content

Commit

Permalink
refactor: bump fallback versions
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Dec 18, 2024
1 parent e1bfbc8 commit e1adb0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions crates/pop-parachains/src/up/chain_specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ pub(super) enum Runtime {
Repository = "https://github.com/r0gue-io/polkadot-runtimes",
Binary = "chain-spec-generator",
Chain = "kusama-local",
Fallback = "v1.2.7"
Fallback = "v1.3.3"
))]
Kusama,
/// Paseo.
#[strum(props(
Repository = "https://github.com/r0gue-io/paseo-runtimes",
Binary = "chain-spec-generator",
Chain = "paseo-local",
Fallback = "v1.2.6"
Fallback = "v1.3.4"
))]
Paseo,
/// Polkadot.
#[strum(props(
Repository = "https://github.com/r0gue-io/polkadot-runtimes",
Binary = "chain-spec-generator",
Chain = "polkadot-local",
Fallback = "v1.2.7"
Fallback = "v1.3.3"
))]
Polkadot,
}
Expand Down
4 changes: 2 additions & 2 deletions crates/pop-parachains/src/up/parachains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ pub(super) enum Parachain {
Repository = "https://github.com/r0gue-io/polkadot",
Binary = "polkadot-parachain",
TagFormat = "polkadot-{tag}",
Fallback = "v1.12.0"
Fallback = "stable2409"
))]
System,
/// Pop Network makes it easy for smart contract developers to use the power of Polkadot.
#[strum(props(
Repository = "https://github.com/r0gue-io/pop-node",
Binary = "pop-node",
Prerelease = "false",
Fallback = "testnet-v0.4.1"
Fallback = "testnet-v0.4.2"
))]
Pop,
}
Expand Down
2 changes: 1 addition & 1 deletion crates/pop-parachains/src/up/relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub(super) enum RelayChain {
Repository = "https://github.com/r0gue-io/polkadot",
Binary = "polkadot",
TagFormat = "polkadot-{tag}",
Fallback = "v1.12.0"
Fallback = "stable2409"
))]
Polkadot,
}
Expand Down

0 comments on commit e1adb0c

Please sign in to comment.