Skip to content

Commit e6ac568

Browse files
author
cetliquidity
committed
Fix typographical error
1 parent 952cbf8 commit e6ac568

2 files changed

Lines changed: 100 additions & 112 deletions

File tree

sui/cetus_clmm/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
This is an endpoint to help everyone integrate with the Cetus CLMM contract.
44

55
- [cetus\-clmm\-interface](#cetus-clmm-interface)
6-
- [Cetus Swap and Liquidity operations](#cetus-swap-and-liquidity-operations)
7-
- [Tags corresponding to different networks](#tags-corresponding-to-different-networks)
8-
- [Usage](#usage)
9-
- [Cetus protocol](#cetus-protocol)
10-
- [Data Structure](#data-structure)
11-
- [Function](#function)
12-
- [Use Case](#use-case)
13-
- [Position related operations](#position-related-operations)
14-
- [Pool related operations](#pool-related-operations)
6+
- [Cetus Swap and Liquidity operations](#cetus-swap-and-liquidity-operations)
7+
- [Tags corresponding to different networks](#tags-corresponding-to-different-networks)
8+
- [Usage](#usage)
9+
- [Cetus protocol](#cetus-protocol)
10+
- [Data Structure](#data-structure)
11+
- [Function](#function)
12+
- [Use Case](#use-case)
13+
- [Position related operations](#position-related-operations)
14+
- [Pool related operations](#pool-related-operations)
1515

1616
## Cetus Swap and Liquidity operations
1717

@@ -20,7 +20,7 @@ This section shows how to construct and execute a trade or liquidity operation o
2020
## Tags corresponding to different networks
2121

2222
| Tag of Repo | Network | Latest published at address |
23-
|-----------------| ------- |--------------------------------------------------------------------|
23+
| --------------- | ------- | ------------------------------------------------------------------ |
2424
| mainnet-v1.25.0 | mainnet | 0xdc67d6de3f00051c505da10d8f6fbab3b3ec21ec65f0dc22a2f36c13fc102110 |
2525
| testnet-v1.25.0 | testnet | 0x0c7ae833c220aa73a3643a0d508afa4ac5d50d97312ea4584e35f9eb21b9df12 |
2626

@@ -134,7 +134,7 @@ struct Pool<phantom CoinTypeA, phantom CoinTypeB> has key, store {
134134
/// The pool index
135135
index: u64,
136136

137-
/// The url for pool and postion
137+
/// The url for pool and position
138138
url: String,
139139

140140
}
@@ -1103,4 +1103,4 @@ public fun create_pool_v2<CoinTypeA, CoinTypeB>(
11031103
): (Position, Coin<CoinTypeA>, Coin<CoinTypeB>) {
11041104
abort 0
11051105
}
1106-
```
1106+
```

0 commit comments

Comments
 (0)