From 5743bf51154f2f8c2bbb1f31018bbb2494f06ebc Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Wed, 30 Oct 2024 15:42:13 +0000 Subject: [PATCH] feat: show sei --- src/consts/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts/config.ts b/src/consts/config.ts index 61c851a..4ba1eb3 100644 --- a/src/consts/config.ts +++ b/src/consts/config.ts @@ -20,4 +20,4 @@ export const config: Config = Object.freeze({ // Based on https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/typescript/infra/config/environments/mainnet3/agent.ts // Based on https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/typescript/infra/config/environments/testnet4/agent.ts -export const unscrapedChainsInDb = ['proteustestnet', 'sei', 'viction']; +export const unscrapedChainsInDb = ['proteustestnet', 'viction'];