diff --git a/docs/bnb-smart-chain/developers/json_rpc/blob-api.md b/docs/bnb-smart-chain/developers/json_rpc/blob-api.md index bd4db7fd03..960da3242d 100644 --- a/docs/bnb-smart-chain/developers/json_rpc/blob-api.md +++ b/docs/bnb-smart-chain/developers/json_rpc/blob-api.md @@ -32,7 +32,7 @@ curl -X POST "http://localhost:8545/" -H "Content-Type: application/json" --dat * String "earliest" for the earliest/genesis block * String "latest" - for the latest mined block * String "safe" - for the latest justified head block -* String "**finalized**" - for the latest finalized block +* String "finalized" - for the latest finalized block **full_blob_flag** Boolean (OPTIONAL) diff --git a/docs/bnb-smart-chain/developers/json_rpc/bsc-api.md b/docs/bnb-smart-chain/developers/json_rpc/bsc-api.md index 99a49ee801..2401273e24 100644 --- a/docs/bnb-smart-chain/developers/json_rpc/bsc-api.md +++ b/docs/bnb-smart-chain/developers/json_rpc/bsc-api.md @@ -26,7 +26,7 @@ curl -X POST "http://localhost:8545/" -H "Content-Type: application/json" --dat * String "earliest" for the earliest/genesis block * String "latest" - for the latest mined block * String "safe" - for the latest justified head block -* String "**finalized**" - for the latest finalized block +* String "finalized" - for the latest finalized block ``` curl -X POST "http://localhost:8545/" -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getTransactionsByBlockNumber","params":["0x539492"],"id":1}'