Skip to content

Commit

Permalink
return KSM to allowed parachains (#2225)
Browse files Browse the repository at this point in the history
* return KSM to allowed parachains

* update xcm script

fix typo

fix script to generate message

fix base def

fix typo

* Return Moonriver XCMs 1/10 (#2226)

* update with excluded khala

* return moonriver

* Return Karura XCMs 2/10 (#2228)

* return Karura without Khala

* return karura

* Return AssetHub rest destinations 3/10 (#2229)

* return rest destinations for kusama AH

* return kusama ah

* Return Bifrost kusama XCMs 4/10 (#2230)

* restore bifrost kusama

* return bifrost

* Return Parallel-Heiko XCMs 5/10 (#2231)

* return parallel-heiko

* return parallel heiko

* Return Mangata-X XCMs 6/10 (#2232)

* return mangata x

* return mangata x

* Return Basilisk XCMs 7/10 (#2233)

* return basilisk

* return basilisk

* Return Tinkernet XCMs 8/10 (#2234)

* return tinkernet

* Return Shiden XCMs 9/10 (#2235)

* return shiden

* return amplitude (#2236)
  • Loading branch information
stepanLav authored Nov 14, 2023
1 parent ac9cfde commit aba2033
Show file tree
Hide file tree
Showing 4 changed files with 4,351 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request_for_xcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
files: |
${{ env.DEV_XCM_JSON_PATH }}
- name: Set GITHUB_BASE environment variable
run: echo "GITHUB_BASE=${{ github.event.pull_request.base.ref }}" >> $GITHUB_ENV

- name: Install dependencies
run: make init

Expand Down
3 changes: 3 additions & 0 deletions scripts/print_xcm_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ def main(argv):
"""

nova_utils_url = "https://raw.githubusercontent.com/novasamatech/nova-utils/master/"
github_base = os.getenv('GITHUB_BASE')
if github_base:
nova_utils_url = f"https://raw.githubusercontent.com/novasamatech/nova-utils/{github_base}/"

if 'DEV' in argv:
transfers_file = os.getenv(
Expand Down
Loading

0 comments on commit aba2033

Please sign in to comment.