diff --git a/src/consts/tokens.ts b/src/consts/tokens.ts index fb32e960..7b947e81 100644 --- a/src/consts/tokens.ts +++ b/src/consts/tokens.ts @@ -1,6 +1,6 @@ import { WarpTokenConfig } from '../features/tokens/types'; -// A list of warp token configs +// A list of Warp UI token configs // Tokens can be defined here, in tokens.json, or in tokens.yaml // The input here is typically the output of the Hyperlane CLI warp deploy command export const tokenList: WarpTokenConfig = [ diff --git a/src/consts/tokens.yaml b/src/consts/tokens.yaml index f0215806..e0229f6d 100644 --- a/src/consts/tokens.yaml +++ b/src/consts/tokens.yaml @@ -1,4 +1,4 @@ -# A list of warp token configs +# A list of Warp UI token configs # Tokens can be defined here, in tokens.json, or in tokens.ts # The input here is typically the output of the Hyperlane CLI warp deploy command ---