Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get scraped chains list from DB instead of registry #106

Merged
merged 6 commits into from
Aug 28, 2024

Conversation

jmrossy
Copy link
Collaborator

@jmrossy jmrossy commented Aug 27, 2024

  • Update Next and Hyperlane deps
  • Query scraped chains from domains DB table

Fixes #74

Enabled us to potentially cut the CoreChains list from the registry (assuming the Infra package doesn't need it)

@jmrossy jmrossy requested a review from paulbalaji August 27, 2024 17:54
@jmrossy jmrossy requested a review from yorhodes as a code owner August 27, 2024 17:54
Copy link

vercel bot commented Aug 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hyperlane-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2024 4:00pm

src/consts/config.ts Outdated Show resolved Hide resolved
src/features/api/getMessages.ts Show resolved Hide resolved
@jmrossy jmrossy merged commit 6b116b1 into main Aug 28, 2024
6 checks passed
@jmrossy jmrossy deleted the rossy/dynamic-chain-list branch August 28, 2024 16:46
github-merge-queue bot pushed a commit to hyperlane-xyz/hyperlane-registry that referenced this pull request Aug 30, 2024
### Description

Remove CoreChains enum and metadata maps since the only consumer (the
explorer) will no longer need it soon. See
hyperlane-xyz/hyperlane-explorer#106

### Backward compatibility

No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fetch CoreChains dynamically from the DB domains table
2 participants