Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion devnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,14 @@ edit it:
available throughput.
* Set the directory of your local clone of the infra-ops repository.
This is used for Terraform deployment of the test cluster. To avoid any errors, it is advised to ensure the local repo is up to date.
* Set `rpcs` to point to your RPC endpoints
* Configure `rpcs` to point to your RPC endpoint. You can find NEAR testnet RPC providers at https://docs.near.org/api/rpc/providers#testnet. Use the URL listed under "Endpoint Root" for the url field.
Here's an example configuration:
```yaml
rpcs:
- url: https://test.rpc.fastnear.com
rate_limit: 5
max_concurrency: 30
```
* (Optional) Configure a `funding_account` to use a specific account for funding operations:
```yaml
funding_account:
Expand Down