Skip to content

Commit

Permalink
leave parachainID as empty for tangle and also update parachainID val…
Browse files Browse the repository at this point in the history
…idation as integer and string
  • Loading branch information
Freddy Li authored and Freddy Li committed Jun 5, 2024
1 parent a4cd249 commit 924e49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "integer"
},
"parachainId": {
"type": "integer"
"type": ["integer", "string"]
},
"name": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
{
"id": 12,
"chainId": 3799,
"parachainId": 3799,
"parachainId": "",
"name": "tangle-standalone-testnet",
"type": "substrate",
"bridge": "",
Expand Down

0 comments on commit 924e49f

Please sign in to comment.