From e58af0dd3f133d255f920ff6660a04f5a4853f25 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Tue, 24 Jan 2023 17:34:08 -0500 Subject: [PATCH] Add note about logoImgSrc --- CUSTOMIZE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index 416d4cc..89afcbc 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -19,7 +19,7 @@ _This section is only relevant if you want to include chains not already support By default, the app will use only the chains that are included in the Hyperlane SDK and connected to the tokens you specify in the token list (see above). -To add support for additional chains, fill in the required chain metadata in `./src/consts/chains.ts`. You can also use the `chainIdToCustomConfig` object there to override any default chain configs set in the SDK. +To add support for additional chains, fill in the required chain metadata in `./src/consts/chains.json`. You can also use this file to override any default chain configs set in the SDK. It uses the same schema as the `warp-route-chain-config.json` config used to deploy Warp Routes from the token repo, with one exception: the chains config here expects a `logoImgSrc` field. ## Tip Card Content