diff --git a/precompiles/src/lib.rs b/precompiles/src/lib.rs index ca52831323..4c6824e07b 100644 --- a/precompiles/src/lib.rs +++ b/precompiles/src/lib.rs @@ -86,7 +86,7 @@ where Self(Default::default()) } - pub fn used_addresses() -> [H160; 14] { + pub fn used_addresses() -> [H160; 15] { [ hash(1), hash(2), @@ -102,6 +102,7 @@ where hash(MetagraphPrecompile::::INDEX), hash(NeuronPrecompile::::INDEX), hash(StakingPrecompileV2::::INDEX), + hash(UidLookupPrecompile::::INDEX), ] } }