Skip to content

Commit

Permalink
replaces template node with penpal
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Nov 28, 2023
1 parent 5b18bc2 commit 88c1a16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions smoketest/make-bindings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ fi
# Fetch metadata from BridgeHub and generate client
subxt codegen --url ws://localhost:11144 > src/parachains/bridgehub.rs
subxt codegen --url ws://localhost:12144 > src/parachains/assethub.rs
subxt codegen --url ws://localhost:13144 > src/parachains/template.rs
subxt codegen --url ws://localhost:14144 > src/parachains/penpal.rs
subxt codegen --url ws://localhost:13144 > src/parachains/penpal.rs
subxt codegen --url ws://localhost:9944 > src/parachains/relaychain.rs
2 changes: 1 addition & 1 deletion smoketest/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub const ETHEREUM_HTTP_API: &str = "http://localhost:8545";

pub const ASSET_HUB_WS_URL: &str = "ws://127.0.0.1:12144";
pub const BRIDGE_HUB_WS_URL: &str = "ws://127.0.0.1:11144";
pub const PENPAL_WS_URL: &str = "ws://127.0.0.1:14144";
pub const PENPAL_WS_URL: &str = "ws://127.0.0.1:13144";
pub const RELAY_CHAIN_WS_URL: &str = "ws://127.0.0.1:9944";
pub const TEMPLATE_NODE_WS_URL: &str = "ws://127.0.0.1:13144";

Expand Down
2 changes: 1 addition & 1 deletion web/packages/test/config/launch-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ cumulus_based = true
validator = true
command = "{{output_bin_dir}}/polkadot-parachain"
rpc_port = 8084
ws_port = 14144
ws_port = 13144
args = [
"--force-authoring",
"-lxcm=trace,runtime::assets=trace",
Expand Down

0 comments on commit 88c1a16

Please sign in to comment.