From f37e663564d08c2840c73803ae935c0448622b4e Mon Sep 17 00:00:00 2001 From: jcstein <46639943+jcstein@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:25:15 -0400 Subject: [PATCH] fix: feegrant w curl --- how-to-guides/feegrant-for-blobs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/how-to-guides/feegrant-for-blobs.md b/how-to-guides/feegrant-for-blobs.md index bba0ba12611..e22aafc273d 100644 --- a/how-to-guides/feegrant-for-blobs.md +++ b/how-to-guides/feegrant-for-blobs.md @@ -255,7 +255,7 @@ curl -H "Content-Type: application/json" \ \"is_gas_price_set\": true, \"gas\": 142225, \"key_name\": \"my_celes_key\", - \"signer_address\": \"$GRANTER_ADDRESS\", + \"signer_address\": \"$GRANTEE_ADDRESS\", \"fee_granter_address\": \"$GRANTER_ADDRESS\" } ] @@ -285,5 +285,5 @@ The parameters in the request are: - `is_gas_price_set`: Boolean indicating if gas price is explicitly set - `gas`: The gas limit for the transaction - `key_name`: The name of your key in the keyring -- `signer_address`: The address granting the allowance -- `fee_granter_address`: The address that will pay for the transaction fees +- `signer_address`: The address being granted permission to use the granter's funds +- `fee_granter_address`: The address that will pay for the transaction fees \ No newline at end of file