diff --git a/runtime/mainnet/src/lib.rs b/runtime/mainnet/src/lib.rs index 7435374..63d916c 100644 --- a/runtime/mainnet/src/lib.rs +++ b/runtime/mainnet/src/lib.rs @@ -225,7 +225,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("mythos"), impl_name: create_runtime_str!("mythos"), authoring_version: 1, - spec_version: 1007, + spec_version: 1008, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -771,7 +771,6 @@ impl InstanceFilter for ProxyType { | RuntimeCall::MythProxy( pallet_myth_proxy::Call::remove_sponsored_proxy { .. } ) | RuntimeCall::MythProxy(pallet_myth_proxy::Call::remove_proxy { .. }) - | RuntimeCall::MythProxy(pallet_myth_proxy::Call::approve_proxy_funding { .. }) | RuntimeCall::MythProxy( pallet_myth_proxy::Call::register_sponsor_agent { .. } ) | RuntimeCall::MythProxy(pallet_myth_proxy::Call::revoke_sponsor_agent { .. }) diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 3a1ce5d..f4381e0 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -224,7 +224,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("muse"), impl_name: create_runtime_str!("muse"), authoring_version: 1, - spec_version: 1011, + spec_version: 1012, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -717,7 +717,6 @@ impl InstanceFilter for ProxyType { | RuntimeCall::MythProxy( pallet_myth_proxy::Call::remove_sponsored_proxy { .. } ) | RuntimeCall::MythProxy(pallet_myth_proxy::Call::remove_proxy { .. }) - | RuntimeCall::MythProxy(pallet_myth_proxy::Call::approve_proxy_funding { .. }) | RuntimeCall::MythProxy( pallet_myth_proxy::Call::register_sponsor_agent { .. } ) | RuntimeCall::MythProxy(pallet_myth_proxy::Call::revoke_sponsor_agent { .. })