Skip to content

Commit

Permalink
CNS-784: small fix plans readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava authored and Yarom Swisa committed Dec 26, 2023
1 parent 6088373 commit a662810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/plans/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The `InternalPath` field is utilized for chains that have varying RPC API sets i

The `Type` field lets the user define APIs that have different functionalities depending on their type. the valid types are: `GET` and `POST`. An example of such API is Cosmos' `/cosmos/tx/v1beta1/txs` API. If it's sent as a `GET` request, it fetches transactions by event and if it's sent as a `POST` request, it sends a transaction.

The `AddOn` field lets you use additional optional APIs like debug, trace,
The `AddOn` field lets you use additional optional APIs (debug, trace and more). Overall, the add-ons can be: `debug`, `trace` and `convex`.

#### Geolocation

Expand Down

0 comments on commit a662810

Please sign in to comment.