Skip to content

Commit

Permalink
update version in .env & fix asset-hub
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Oct 13, 2024
1 parent b0ff062 commit 9f6e6ce
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .baedeker/xcm-opal.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ local unique = {
},
};

local westmint = {
name: 'westmint',
local assethub = {
name: 'assethub',
bin: 'bin/assethub',
paraId: 1002,
spec: {Genesis:{
chain: 'westmint-local',
chain: 'asset-hub-westend-local',
modify:: m.genericPara($),
}},
nodes: {
Expand All @@ -65,6 +65,6 @@ local westmint = {
relay + {
parachains: {
[para.name]: para,
for para in [unique, westmint]
for para in [unique, assethub]
},
}
8 changes: 4 additions & 4 deletions .baedeker/xcm-quartz.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ local moonriver = {
},
};

local statemine = {
name: 'statemine',
local assethub = {
name: 'assethub',
bin: 'bin/assethub',
paraId: 1004,
spec: {Genesis:{
chain: 'statemine',
chain: 'asset-hub-kusama-local',
modify:: m.genericPara($),
}},
nodes: {
Expand Down Expand Up @@ -126,6 +126,6 @@ local shiden = {
relay + {
parachains: {
[para.name]: para,
for para in [unique, karura, moonriver, statemine, shiden]
for para in [unique, karura, moonriver, assethub, shiden]
},
}
8 changes: 4 additions & 4 deletions .baedeker/xcm-unique.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ local moonbeam = {
},
};

local statemint = {
name: 'statemint',
local assethub = {
name: 'assethub',
bin: 'bin/assethub',
paraId: 1004,
spec: {Genesis:{
chain: 'statemint-local',
chain: 'asset-hub-polkadot-local',
modify:: m.genericPara($),
}},
nodes: {
Expand Down Expand Up @@ -163,6 +163,6 @@ local hydraDx = {
relay + {
parachains: {
[para.name]: para,
for para in [unique, acala, moonbeam, statemint, astar, polkadex, hydraDx]
for para in [unique, acala, moonbeam, assethub, astar, polkadex, hydraDx]
},
}
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
RUST_TOOLCHAIN=nightly-2024-04-10
RELAY_CHAIN_TYPE=rococo

POLKADOT_MAINNET_BRANCH=v1.9.0
STATEMINT_BUILD_BRANCH=1.9.0
POLKADOT_MAINNET_BRANCH=v1.14.0
STATEMINT_BUILD_BRANCH=1.14.0
ACALA_BUILD_BRANCH=2.25.0
MOONBEAM_BUILD_BRANCH=runtime-2901
ASTAR_BUILD_BRANCH=v5.39.1
Expand All @@ -11,16 +11,16 @@ POLKADEX_BUILD_BRANCH=v6.0.0
UNIQUE_MAINNET_BRANCH=release-v10030070
UNIQUE_REPLICA_FROM=wss://ws.unique.network:443

KUSAMA_MAINNET_BRANCH=v1.9.0
STATEMINE_BUILD_BRANCH=1.9.0
KUSAMA_MAINNET_BRANCH=v1.14.0
STATEMINE_BUILD_BRANCH=1.14.0
KARURA_BUILD_BRANCH=2.25.0
MOONRIVER_BUILD_BRANCH=runtime-2901
SHIDEN_BUILD_BRANCH=v5.39.1
QUARTZ_MAINNET_BRANCH=release-v10030070
QUARTZ_REPLICA_FROM=wss://ws-quartz.unique.network:443

UNIQUEWEST_MAINNET_BRANCH=v1.9.0
WESTMINT_BUILD_BRANCH=1.9.0
UNIQUEWEST_MAINNET_BRANCH=v1.14.0
WESTMINT_BUILD_BRANCH=1.14.0
OPAL_MAINNET_BRANCH=release-v10030070
OPAL_REPLICA_FROM=wss://ws-opal.unique.network:443

2 changes: 1 addition & 1 deletion .github/workflows/try-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
network {quartz}, replica_from_address {${{ env.QUARTZ_REPLICA_FROM }}}
network {unique}, replica_from_address {${{ env.UNIQUE_REPLICA_FROM }}}
try-runtime-build:
try-runtime:
needs: prepare-execution-marix

# The type of runner that the job will run on
Expand Down

0 comments on commit 9f6e6ce

Please sign in to comment.