feat: show sei in the UI (#134)

We recently started scraping Sei, so we can show it now!
pull/135/head
Trevor Porter 4 weeks ago committed by GitHub
commit 855ca46fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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'];

Loading…
Cancel
Save