Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
71cdaf21
Unverified
Commit
71cdaf21
authored
May 04, 2021
by
joe petrowski
Committed by
GitHub
May 04, 2021
Browse files
change statemint id (not system para) (#2974)
parent
e86cad93
Pipeline
#136857
canceled with stages
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/rococo/src/lib.rs
View file @
71cdaf21
...
...
@@ -604,7 +604,7 @@ parameter_types! {
pub
const
RococoForTrack
:
(
MultiAsset
,
MultiLocation
)
=
(
AllConcreteFungible
{
id
:
Null
},
X1
(
Parachain
(
120
)));
pub
const
RococoForStatemint
:
(
MultiAsset
,
MultiLocation
)
=
(
AllConcreteFungible
{
id
:
Null
},
X1
(
Parachain
(
1
)));
(
AllConcreteFungible
{
id
:
Null
},
X1
(
Parachain
(
1
001
)));
}
pub
type
TrustedTeleporters
=
(
xcm_builder
::
Case
<
RococoForTick
>
,
...
...
@@ -619,7 +619,7 @@ parameter_types! {
X1
(
Parachain
(
100
)),
X1
(
Parachain
(
110
)),
X1
(
Parachain
(
120
)),
X1
(
Parachain
(
1
))
X1
(
Parachain
(
1
001
))
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment