Skip to content

Commit

Permalink
feat: update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
philoniare committed Mar 19, 2024
1 parent fe36e94 commit 0a49392
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/7/solution/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Solution for `burn_liquidity`
# Solution for `burn_liquidity`

There's lots of ways that this can be implemented. Here's a sample implementation:

Expand Down
2 changes: 1 addition & 1 deletion src/7/solution/commit_info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commitHash": "360772fc279925ed0dc460eb53451ed183306ec6",
"commitHash": "8eb045e6a5cb4b1ab91c44e074c030c918fa86a7",
"commitMessage": "solution: extrinsic calls",
"files": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/8/solution/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Solution
# Solution

Here's a simple helper function:

Expand Down
2 changes: 1 addition & 1 deletion src/8/solution/commit_info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commitHash": "46f6cfbb5914fd4abbed467d5733f4c57a78f614",
"commitHash": "c938d227ccc633d2aa204281040d03e5cf2efbc4",
"commitMessage": "solution: swap functionality",
"files": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/8/template/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Swap Functionality
# Swap Functionality

Finally, we'll implement the most used `swap` functionality. The `swap` function in a decentralized exchange (DEX)
allows users to exchange one asset for another within a liquidity pool. It enables users to trade assets without the
Expand Down
2 changes: 1 addition & 1 deletion src/8/template/commit_info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commitHash": "06adc15b556aeeef2043d55b9b588c569953b38a",
"commitHash": "b723bd7e5667eaf46b4f0399a97bcf68c903d3eb",
"commitMessage": "template: swap functionality",
"files": [
{
Expand Down

0 comments on commit 0a49392

Please sign in to comment.