From e55f939556ad9bd1fbb0e3640d187ac23b94351c Mon Sep 17 00:00:00 2001 From: sunspirit <167175638+linhpn99@users.noreply.github.com> Date: Fri, 19 Jul 2024 00:02:56 +0700 Subject: [PATCH] docs: Remove slash from test4 endpoint (#2603) The trailing slash at the end of the test4 endpoint seems redundant. I suggest removing it for consistency https://github.com/gnolang/gno/blob/master/docs/reference/network-config.md?plain=1#L1-L19
Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
--- docs/reference/network-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/network-config.md b/docs/reference/network-config.md index 212b435bf8f..0dacc8e80d7 100644 --- a/docs/reference/network-config.md +++ b/docs/reference/network-config.md @@ -7,7 +7,7 @@ id: network-config | Network | RPC Endpoint | Chain ID | |-------------|-----------------------------------|---------------| | Portal Loop | https://rpc.gno.land:443 | `portal-loop` | -| Test4 | https://rpc.test4.gno.land:443/ | `test4` | +| Test4 | https://rpc.test4.gno.land:443 | `test4` | | Test3 | https://rpc.test3.gno.land:443 | `test3` | | Staging | http://rpc.staging.gno.land:36657 | `staging` |