Configure Statemint and Statemine to Allow Teleports (#912)

* configure pallet-xcm to allow teleports but forbid generic sends

* bump spec_version

Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
This commit is contained in:
Squirrel
2022-01-19 08:57:13 +00:00
committed by GitHub
parent fbae81ddb9
commit d03ef1d5ab
3 changed files with 21 additions and 11 deletions
@@ -91,7 +91,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westmint"),
impl_name: create_runtime_str!("westmint"),
authoring_version: 1,
spec_version: 600,
spec_version: 601,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,