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
thank you this awesome lib.
How to set my custom chain_id (as my chain id is missing in config file)?
The text was updated successfully, but these errors were encountered:
I did something like this but not sure that it is the correct way
var {ChainConfig, Apis} = require("graphenejs-ws/cjs")
ChainConfig.networks.mytest = { core_asset: "MYTEST", address_prefix: "MYTEST", chain_id: "6af7b83a55a87b52d038aaf9584402edb4ec7624c1b0ec6c80b008e7987f86f2" };
Sorry, something went wrong.
No branches or pull requests
thank you this awesome lib.
How to set my custom chain_id (as my chain id is missing in config file)?
The text was updated successfully, but these errors were encountered: