Skip to content

Commit 1d20f38

Browse files
committed
docs
1 parent 068ce95 commit 1d20f38

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Please see the [documentation page](https://loopring.github.io/loopring_sdk/) fo
2828

2929
## ✨ Changelog
3030

31-
- [JS SDK](https://docs.loopring.io/en/ChangeLog.html)
31+
- [Changelog](https://loopring.github.io/loopring_sdk/ChangeLog.html)
3232

3333
## 🫂 Community
3434

src/api/user_api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export class UserAPI extends BaseAPI {
247247
}
248248

249249
/*
250-
* Cancel multiple orders using order hashs
250+
* Cancel multiple orders using order hashes
251251
*/
252252
public async cancelMultiOrdersByHash(request: loopring_defs.CancelMultiOrdersByHashRequest, PrivateKey: string, apiKey: string) {
253253
const dataToSig: Map<string, any> = new Map()

src/defs/loopring_defs.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,11 @@ export interface OffChainWithdrawalRequestV3 {
821821
*/
822822
validUntil: number;
823823
/**
824-
* min gas for on-chain withdraw, Loopring exchange allocates gas for each distribution, but people can also assign this min gas, so Loopring have to allocate higher gas value for this specific distribution. Normally no need to take care of this value, 0 means let loopring choose the reasonable gas
824+
* min gas for on-chain withdraw, Loopring exchange allocates gas for each distribution,
825+
* but people can also assign this min gas,
826+
* so Loopring has to allocate higher gas value for this specific distribution.
827+
* Normally no need to take care of this value,
828+
* 0 means let loopring choose the reasonable gas
825829
* @type {number}
826830
* @memberof OffChainWithdrawalRequestV3
827831
*/

0 commit comments

Comments
 (0)