diff --git a/packages/adapters-library/src/types/adapter.ts b/packages/adapters-library/src/types/adapter.ts index d14673939..20f95c3c1 100644 --- a/packages/adapters-library/src/types/adapter.ts +++ b/packages/adapters-library/src/types/adapter.ts @@ -15,8 +15,8 @@ export type TokenType = (typeof TokenType)[keyof typeof TokenType] export const UnderlyingTokenTypeMap: { [key in TokenType]: - | typeof TokenType.Underlying - | typeof TokenType.UnderlyingClaimable + | typeof TokenType.Underlying + | typeof TokenType.UnderlyingClaimable } = { [TokenType.UnderlyingClaimable]: TokenType.UnderlyingClaimable, [TokenType.Underlying]: TokenType.Underlying,