Skip to content

Commit

Permalink
fix(chain-spec): use correct runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Jul 28, 2024
1 parent 4ee1bae commit d68bec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub fn testnet_config(relay: Relay) -> TestnetChainSpec {

#[allow(deprecated)]
TestnetChainSpec::builder(
pop_runtime_devnet::WASM_BINARY.expect("WASM binary was not built, please build it!"),
pop_runtime_testnet::WASM_BINARY.expect("WASM binary was not built, please build it!"),
extensions,
)
.with_name("Pop Network Testnet")
Expand Down

0 comments on commit d68bec2

Please sign in to comment.