Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Oct 24, 2023
1 parent 901cc96 commit bbe44a8
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion chains/types/bifrost.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"237": "GenericCall"
},
"versioning": []
}
}
2 changes: 1 addition & 1 deletion chains/types/karura.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"194": "GenericCall"
},
"versioning": []
}
}
2 changes: 1 addition & 1 deletion chains/types/parallel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"154": "GenericCall"
},
"versioning": []
}
}
2 changes: 1 addition & 1 deletion chains/types/polkadot.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"130": "GenericCall"
},
"versioning": []
}
}
2 changes: 1 addition & 1 deletion chains/types/statemine.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"243": "GenericCall"
},
"versioning": []
}
}
2 changes: 1 addition & 1 deletion chains/v10/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -6028,7 +6028,7 @@
"url": "wss://crab.api.onfinality.io/public-ws",
"name": "OnFinality node"
}

],
"explorers": [
{
Expand Down
2 changes: 1 addition & 1 deletion chains/v10/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -7262,7 +7262,7 @@
"url": "wss://crab.api.onfinality.io/public-ws",
"name": "OnFinality node"
}

],
"explorers": [
{
Expand Down
2 changes: 1 addition & 1 deletion chains/v11/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -7503,7 +7503,7 @@
"url": "wss://crab.api.onfinality.io/public-ws",
"name": "OnFinality node"
}

],
"explorers": [
{
Expand Down
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@ pr-comment-creation:
echo "## Changes for $(PR_ENV)" >> $(PR_FILE_NAME)
$(VENV)/bin/python scripts/print_xcm_changes.py $(PR_ENV) >> $(PR_FILE_NAME)

check-chains-file:
$(VENV)/bin/pre-commit run --files chains/**/*.json

update-xcm-to-prod:
$(VENV)/bin/python xcm/update_to_prod.py

0 comments on commit bbe44a8

Please sign in to comment.