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
6 changes: 3 additions & 3 deletions how-to-guides/feegrant-for-blobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\"
}
]
Expand Down Expand Up @@ -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
Loading