DecimalsLookuptrait needs to reference it's own CurrencyId type instead of spacewalk_primitives::CurrencyId in the decimals function, so that it can be implemented by mocks which usually have the CurrencyId as a u64.
Requirement
Modify DecimalsLookup trait so that it uses it's own CurrencyId type.
Context
DecimalsLookup
trait needs to reference it's ownCurrencyId
type instead ofspacewalk_primitives::CurrencyId
in thedecimals
function, so that it can be implemented by mocks which usually have theCurrencyId
as au64
.Requirement
Modify
DecimalsLookup
trait so that it uses it's ownCurrencyId
type.Extra
Add PINK, HDX and vDOT tokens here