From c3e411d79150500639fe43c0a5212ee93cead0a3 Mon Sep 17 00:00:00 2001 From: oren-lava Date: Tue, 26 Dec 2023 15:26:19 +0200 Subject: [PATCH] CNS-784: small fix plans readme --- x/plans/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/plans/README.md b/x/plans/README.md index 0a6e7b2343..e5bda16c5d 100644 --- a/x/plans/README.md +++ b/x/plans/README.md @@ -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