From dcf3ebf5ff5735a785c1473419eca25fc39792fb Mon Sep 17 00:00:00 2001 From: claravanstaden Date: Wed, 19 Mar 2025 20:51:52 +0200 Subject: [PATCH] remove equilibrium and its stable coin --- control/preimage/src/commands.rs | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/control/preimage/src/commands.rs b/control/preimage/src/commands.rs index 647b001e1..4732df7a6 100644 --- a/control/preimage/src/commands.rs +++ b/control/preimage/src/commands.rs @@ -425,32 +425,6 @@ pub fn token_registrations() -> Vec { "GLMR", 18u8, ), - register_polkadot_native_asset( - VersionedLocation::V4(Location { - parents: 1, - interior: X1([Parachain(2011)]), - }), - "Equilibrium", - "EQ", - 9u8, - ), - register_polkadot_native_asset( - VersionedLocation::V4(Location { - parents: 1, - interior: X2([ - Parachain(2011), - GeneralKey { - length: 3, - data: hex!( - "6571640000000000000000000000000000000000000000000000000000000000" - ), - }, - ]), - }), - "Equilibrium Dollar", - "EQD", - 9u8, - ), register_polkadot_native_asset( VersionedLocation::V4(Location { parents: 1,