Skip to content

Conversation

@cprussin
Copy link
Collaborator

@cprussin cprussin commented Aug 13, 2025

This commit implements the following items to address feedback:

  • Use fortuna-staging for testnet chains
  • Make "All Mainnet Chains" and "All Testnet Chains" separate options
  • Use slugs instead of chain ids in query params
  • Fix warning about table missing row header
  • UI-157: Clarify what the callback error message is
  • UI-156: Add chain label to request details drawer
  • UI-155: Rename "Copy Forge Command" to "Copy Cast Command"

This commit implements the following items to address feedback:

- Use fortuna-staging for testnet chains
- Make "All Mainnet Chains" and "All Testnet Chains" separate options
- Use slugs instead of chain ids in query params
- Fix warning about table missing row header
- Clarify what the callback error message is
@vercel
Copy link

vercel bot commented Aug 13, 2025

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

Project Deployment Preview Comments Updated (UTC)
component-library Ready Preview Comment Aug 13, 2025 4:47am
entropy-explorer Ready Preview Comment Aug 13, 2025 4:47am
5 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference ⬜️ Skipped Aug 13, 2025 4:47am
developer-hub ⬜️ Skipped Aug 13, 2025 4:47am
insights ⬜️ Skipped Aug 13, 2025 4:47am
proposals ⬜️ Skipped Aug 13, 2025 4:47am
staking ⬜️ Skipped Aug 13, 2025 4:47am


export const EntropyDeployments = {
[10]: {
"op-mainnet": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could keep chain id for lookup. We can fetch using https://fortuna-staging.dourolabs.app/v1/chains/configs, and get all chain-ids as well

Copy link
Collaborator Author

@cprussin cprussin Aug 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do still have the chain IDs, they are just moved into the chainId fields of the objects since the human-readable slug is now the primary way to index the object. The issue with https://fortuna-staging.dourolabs.app/v1/chains/configs is that it doesn't include many fields that we need for the explorer, so until we move some more stuff into contract manager, it's not really a usable object to us; the best we could do is still maintain this mapping but maybe remove items if they aren't in https://fortuna-staging.dourolabs.app/v1/chains/configs for some reason.

@cprussin cprussin merged commit 0e6dd71 into main Aug 13, 2025
10 checks passed
@cprussin cprussin deleted the cprussin/entropy-explorer-feedback branch August 13, 2025 14:21
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.

3 participants