Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Nov 21, 2023
1 parent 101facd commit ad5f281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This endpoint returns the initial wallets (address and private key hex encoded).
- `200 OK`: Initial wallets retrieved successfully.

#### Response Body (Example)
```json
```
{
"data": {
"initialWalletWithStake": {
Expand Down Expand Up @@ -98,7 +98,7 @@ This endpoint allows you to set the state at a specific address.
The request body should be a JSON object representing a map of hex-encoded key-value pairs.

Example:
```json
```
{
"keyHex1": "valueHex1",
"keyHex2": "valueHex2",
Expand Down

0 comments on commit ad5f281

Please sign in to comment.