Skip to content

Commit

Permalink
Merge pull request #417 from akash-network/docs/add-testnet-5-grpc-te…
Browse files Browse the repository at this point in the history
…sting

docs(website): add testnet-5 gRPC testing instructions
  • Loading branch information
chainzero authored Nov 15, 2024
2 parents 58fb143 + fe4d316 commit 0635037
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ grpcurl --version


```
grpcurl -plaintext rpc.akashtestnet.xyz:9090 list
grpcurl -plaintext grpc.akashtestnet.xyz:9090 list
```

### Example/Expected Output

```
grpcurl -plaintext rpc.akashtestnet.xyz:9090 list
grpcurl -plaintext grpc.akashtestnet.xyz:9090 list
akash.audit.v1.Query
akash.cert.v1.Query
Expand All @@ -66,7 +66,7 @@ grpcurl -plaintext grpc.akashtestnet.xyz:9090 list <service-name>
### Example/Expected Output

```
grpcurl -plaintext grpc.akashtestnet.xyz:9090 list
grpcurl -plaintext grpc.akashtestnet.xyz:9090 list akash.deployment.v1beta4.Query
akash.deployment.v1beta4.Query
akash.deployment.v1beta4.Query.Deployment
Expand Down

0 comments on commit 0635037

Please sign in to comment.