We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the infra warp checker only uses the existing onchain routers list for enrollment violations.
hyperlane-monorepo/typescript/sdk/src/router/RouterApps.ts
Lines 46 to 56 in d6724c4
However, if we are adding new chains to the config, it won't show them as violations.
It should show that the existing routers have not enrolled the expected new chains.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Currently, the infra warp checker only uses the existing onchain routers list for enrollment violations.
hyperlane-monorepo/typescript/sdk/src/router/RouterApps.ts
Lines 46 to 56 in d6724c4
However, if we are adding new chains to the config, it won't show them as violations.
It should show that the existing routers have not enrolled the expected new chains.
The text was updated successfully, but these errors were encountered: