@optimex-xyz/market-maker-sdk 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist/index.d.mts +856 -1
- package/dist/index.d.ts +856 -1
- package/dist/index.js +162 -13
- package/dist/index.mjs +153 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,8 +10,6 @@
|
|
|
10
10
|
> - For PMMs older version you can update to v0.8.0 without needing to change anything
|
|
11
11
|
> - If you need to use the Router, please use the values provided in the environment configuration section
|
|
12
12
|
|
|
13
|
-
> **Note**: If you prefer using the SDK instead of direct API integration, please refer to the [PMM SDK Integration Guide](sdk-integration.md).
|
|
14
|
-
|
|
15
13
|
A comprehensive guide for implementing Private Market Makers (PMMs) in the cross-chain trading network. This documentation covers the required integration points between PMMs and our solver backend, enabling cross-chain liquidity provision and settlement.
|
|
16
14
|
|
|
17
15
|
## Table of Contents
|