-
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.
Update node URLs to remove outdated subdomain (#4)
Replaced ".test" subdomain with correct URL in network-nodes.csv and related documentation files.
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ Use `kwil-admin` to create your initial configuration file. For example: | |
kwil-admin setup peer \ | ||
-g ./configs/network/staging/genesis.json \ | ||
--root-dir ./my-peer-config/ \ | ||
--chain.p2p.persistent-peers [email protected].test.truflation.com:26656,[email protected].test.truflation.com:26656 | ||
--chain.p2p.persistent-peers c6d2ea1e573d207cc31b7e17c771ab8ca2091b22@staging.node-1.tsn.truflation.com:26656,34599966ce4b67628f4cfa99fdca74ea2d039018@staging.node-2.tsn.truflation.com:26656 | ||
``` | ||
|
||
For detailed instructions on these and other configuration options more relevant to a production setup, refer to our [Configuration Guide](docs/creating-config.md). | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
node_name,owner_title,owner_website,node_pubkey,node_cometbft_id,p2p_rpc_endpoint | ||
"Truflation Node 01","Truflation","https://truflation.com","4e0b5c952be7f26698dc1898ff3696ac30e990f25891aeaf88b0285eab4663e1","c6d2ea1e573d207cc31b7e17c771ab8ca2091b22","http://staging.node-1.tsn.test.truflation.com:26656" | ||
"Truflation Node 02","Truflation","https://truflation.com","0c830b69790eaa09315826403c2008edc65b5c7132be9d4b7b4da825c2a166ae","34599966ce4b67628f4cfa99fdca74ea2d039018","http://staging.node-2.tsn.test.truflation.com:26656" | ||
"Truflation Node 01","Truflation","https://truflation.com","4e0b5c952be7f26698dc1898ff3696ac30e990f25891aeaf88b0285eab4663e1","c6d2ea1e573d207cc31b7e17c771ab8ca2091b22","http://staging.node-1.tsn.truflation.com:26656" | ||
"Truflation Node 02","Truflation","https://truflation.com","0c830b69790eaa09315826403c2008edc65b5c7132be9d4b7b4da825c2a166ae","34599966ce4b67628f4cfa99fdca74ea2d039018","http://staging.node-2.tsn.truflation.com:26656" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ Example usage: | |
|
||
```bash | ||
kwil-admin setup peer -g ./configs/network/staging/genesis.json \ | ||
--chain.p2p.persistent-peers [email protected].test.truflation.com:26656,[email protected].test.truflation.com:26656 \ | ||
--chain.p2p.persistent-peers c6d2ea1e573d207cc31b7e17c771ab8ca2091b22@staging.node-1.tsn.truflation.com:26656,34599966ce4b67628f4cfa99fdca74ea2d039018@staging.node-2.tsn.truflation.com:26656 \ | ||
[other options] | ||
``` | ||
|
||
|
@@ -56,7 +56,7 @@ Important: | |
|
||
Recommendations: | ||
- Set critical nodes as persistent peers for constant connectivity. We recommend that you add our TSN nodes as persistent peers. | ||
For example: `--chain.p2p.persistent-peers [email protected].test.truflation.com:26656,[email protected].test.truflation.com:26656` | ||
For example: `--chain.p2p.persistent-peers c6d2ea1e573d207cc31b7e17c771ab8ca2091b22@staging.node-1.tsn.truflation.com:26656,34599966ce4b67628f4cfa99fdca74ea2d039018@staging.node-2.tsn.truflation.com:26656` | ||
- Use the node list provided in `configs/network/<network_name>/network-nodes.csv` as seeds for initial peer discovery | ||
|
||
### Custom Database Configuration | ||
|
@@ -103,7 +103,7 @@ Remember to review and adjust these settings based on your specific requirements | |
```bash | ||
kwil-admin setup peer \ | ||
-g ./configs/network/staging/genesis.json \ | ||
--chain.p2p.persistent-peers [email protected].test.truflation.com:26656,[email protected].test.truflation.com:26656 | ||
--chain.p2p.persistent-peers c6d2ea1e573d207cc31b7e17c771ab8ca2091b22@staging.node-1.tsn.truflation.com:26656,34599966ce4b67628f4cfa99fdca74ea2d039018@staging.node-2.tsn.truflation.com:26656 | ||
--app.hostname mynode.mycompany.com \ | ||
--chain.p2p.external-address http://mynode.mycompany.com:26656 \ | ||
--root-dir ./tsn-config \ | ||
|