mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-07-20 21:55:39 +00:00
Transition into monorepo (#180)
* evm template integrated * workflows modified per template * workflow fixes
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"relaychain": {
|
||||
"bin": "../../polkadot/target/release/polkadot",
|
||||
"chain": "rococo-local",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "alice",
|
||||
"wsPort": 9944,
|
||||
"port": 30444
|
||||
},
|
||||
{
|
||||
"name": "bob",
|
||||
"wsPort": 9955,
|
||||
"port": 30555
|
||||
}
|
||||
]
|
||||
},
|
||||
"parachains": [
|
||||
{
|
||||
"bin": "../target/release/polkadot-parachain",
|
||||
"id": "200",
|
||||
"balance": "1000000000000000000000",
|
||||
"nodes": [
|
||||
{
|
||||
"wsPort": 9988,
|
||||
"name": "alice",
|
||||
"port": 31200,
|
||||
"flags": [
|
||||
"--force-authoring",
|
||||
"--",
|
||||
"--execution=wasm"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"types": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user