Skip to content

Commit 49f1acb

Browse files
committed
fix review
1 parent f556467 commit 49f1acb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Nile resources: explorer, faucet, wallet, developer docs, and network statistics
140140
### 3. Access Shasta test network
141141
Shasta does not accept public node peers. Programmatic access is available via TronGrid endpoints; see [TronGrid Service](https://developers.tron.network/docs/trongrid) for details.
142142

143-
Shasta resources: explorer, faucet, wallet, developer docs, and network statistics at [shastaex.io](https://shastaex.io/).
143+
Shasta resources: explorer, faucet, wallet, developer docs, and network statistics at [shastaex.io](https://shasta.tronex.io/).
144144

145145
### 4. Set up a private network
146146
Setting up a private network for testing or development, follow the [Private Network guidance](https://tronprotocol.github.io/documentation-en/using_javatron/private_network/).
@@ -187,9 +187,9 @@ node {
187187
}
188188
}
189189
```
190-
When exposing any of these APIs on a public interface, ensure that you place the node behind proper authentication, rate limiting, and network access controls according to your security requirements.
190+
When exposing any of these APIs to a public interface, ensure the node is protected with appropriate authentication, rate limiting, and network access controls in line with your security requirements.
191191

192-
Public, hosted HTTP endpoints (main and test networks) are provided by TronGrid. Please consult [TRON Network HTTP Endpoints](https://developers.tron.network/docs/connect-to-the-tron-network#tron-network-http-endpoints) for the current catalogue. For method coverage and request formats, refer to the HTTP API reference above.
192+
Public hosted HTTP endpoints for both mainnet and testnet are provided by TronGrid. Please refer to the [TRON Network HTTP Endpoints](https://developers.tron.network/docs/connect-to-the-tron-network#tron-network-http-endpoints) for the latest list. For supported methods and request formats, see the HTTP API reference above.
193193

194194
# Community
195195

0 commit comments

Comments
 (0)