Skip to content

Commit

Permalink
feat: show sei in the UI (#134)
Browse files Browse the repository at this point in the history
We recently started scraping Sei, so we can show it now!
  • Loading branch information
tkporter authored Oct 30, 2024
2 parents 67b28bb + 5743bf5 commit 855ca46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'];

0 comments on commit 855ca46

Please sign in to comment.