forked from kindelia/Kindelia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): enable chain specific config settings
Addresses kindelia#163 node.network setting is now specified on a per network basis, eg: [node.network.0xCAFE0004] initial_peers = [ "64.227.110.69", "188.166.3.140", ] [node.network.0xCAFE0005] initial_peers = [ ... ] Additionally: * updated default.toml to use the new config syntax * AppSettings::prop is now a String instead of &'static str * fixed a typo in error string
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters