Skip to content

Commit

Permalink
fix(documentation): bad json
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Jan 9, 2024
1 parent 08333c3 commit 123a618
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Query Variables (substitute the asset ID from the "create asset" response for `I
"outgoing": {"endpoint": "ilp.othergreatwallet.com", "authToken": "theirtoken"}
},
"assetId": "INSERT_ASSET_ID",
"initialLiquidity: <optionally, and intial amount of liquity to provision. Liquidity can also be deposited via the `DepositPeerLiquidity` mutation described below>
"initialLiquidity": <optionally, an intial amount of liquity to provision. Liquidity can also be deposited via the `DepositPeerLiquidity` mutation described below>
}
}
```
Expand Down Expand Up @@ -355,7 +355,7 @@ with the input being:
```json
{
"input": {
"peerUrl: "PEER_URL",
"peerUrl": "PEER_URL",
"assetId": "INSERT_ASSET_ID",
"liquidityToDeposit": <optional amount of liquidity to deposit>
}
Expand Down

0 comments on commit 123a618

Please sign in to comment.