mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
dir restructure to support more CGP (#1266)
* rerame res to chain-specs * split polkadot-parachains dir * rename dir parachains-common to common Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by: Wilfried Kopp <wilfried@parity.io> Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
volumes:
|
||||
- "polkadot-data-alice:/data"
|
||||
- type: bind
|
||||
source: ./test/parachain/res/polkadot_chainspec.json
|
||||
source: ./test/parachain/chain-specs/polkadot_chainspec.json
|
||||
target: /chainspec.json
|
||||
read_only: true
|
||||
command: >
|
||||
@@ -38,7 +38,7 @@ services:
|
||||
volumes:
|
||||
- "polkadot-data-bob:/data"
|
||||
- type: bind
|
||||
source: ./test/parachain/res/polkadot_chainspec.json
|
||||
source: ./test/parachain/chain-specs/polkadot_chainspec.json
|
||||
target: /chainspec.json
|
||||
read_only: true
|
||||
command: >
|
||||
|
||||
Reference in New Issue
Block a user