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
As a plugin developer, I want to know which is the chain id of the network so that I can use it in my plugin.
Expose the chain id of the network in the Plugin API, best place to put it should be in the BesuConfiguration service
BesuConfiguration
The text was updated successfully, but these errors were encountered:
Gabriel-Trintinalia
Successfully merging a pull request may close this issue.
Description
As a plugin developer, I want to know which is the chain id of the network so that I can use it in my plugin.
Acceptance Criteria
Expose the chain id of the network in the Plugin API, best place to put it should be in the
BesuConfiguration
serviceThe text was updated successfully, but these errors were encountered: