Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix: generated para name (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay authored Apr 11, 2023
1 parent 004c76b commit 8a29d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devnets/syncConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function syncConfig(tempDir: string, config: CapiConfig) {
{
type: "frame",
metadata: metadata,
chainName: normalizeTypeName(name),
chainName: normalizeTypeName(paraName ?? name),
connection: {
type: "DevnetConnection",
discovery: name + (paraName ? `/${paraName}` : ""),
Expand Down
2 changes: 1 addition & 1 deletion import_map.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": {
"@capi/": "http://localhost:4646/5a2452ab3d4473be/"
"@capi/": "http://localhost:4646/83c55703f1c9f367/"
},
"scopes": {
"examples/": {
Expand Down

0 comments on commit 8a29d06

Please sign in to comment.