Skip to content

Commit

Permalink
make parachain more simple
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 6, 2024
1 parent f0e7739 commit 5111c83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
name: binaries
path: binaries
search_artifacts: true
- name: Upload runtimes
- name: Upload binaires
uses: actions/upload-artifact@v4
with:
name: binaries
Expand Down
5 changes: 4 additions & 1 deletion test/configs/zombieDancelightBridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@
{
"id": 2000,
"chain": "dev",
"add_to_genesis": false,
"register_para": false,
"onboard_as_parachain": false,
"collators": [
{
"name": "FullNode-2000",
"validator": false,
"chain": "dev",
"command": "../target/release/container-chain-simple-node",
"args": ["--no-hardware-benchmarks", "--database=paritydb", "--wasmtime-precompiled=wasm"],
"ws_port": 9949,
"p2p_port": 33049
}
Expand Down

0 comments on commit 5111c83

Please sign in to comment.