@magmaprotocol/magma-clmm-sdk 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  <a name="readme-top"></a>
2
2
 
3
- ![NPM](https://img.shields.io/npm/l/%40magmaprotocol%2Fmagma-clmm-sdk?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&logoColor=blue&label=%40magmaprotocol&labelColor=rgb&color=fedcba&cacheSeconds=3600&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40magmaprotocol%2Fmagma-sui-clmm-sdk)
3
+ ![NPM](https://img.shields.io/npm/l/%40magmaprotocol%2Fmagma-clmm-sdk?registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=flat&logo=npm&logoColor=blue&label=%40magmaprotocol&labelColor=rgb&color=fedcba&cacheSeconds=3600&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40magmaprotocol%2Fmagma-clmm-sdk)
4
4
  ![npm](https://img.shields.io/npm/v/%40magmaprotocol%2Fmagma-clmm-sdk?logo=npm&logoColor=rgb)
5
- ![GitHub Repo stars](https://img.shields.io/github/stars/MagmaProtocol/magma-clmm-sui-sdk?logo=github)
5
+ ![GitHub Repo stars](https://img.shields.io/github/stars/MagmaProtocol/magma-clmm-sdk?logo=github)
6
6
 
7
7
  <!-- PROJECT LOGO -->
8
8
  <br />
@@ -11,10 +11,10 @@
11
11
  <img src="https://archive.magma.zone/assets/image/logo.png" alt="Logo" width="100" height="100">
12
12
  </a>
13
13
 
14
- <h3 align="center">Magma-CLMM-SUI-SDK</h3>
14
+ <h3 align="center">Magma-CLMM-SDK</h3>
15
15
 
16
16
  <p align="center">
17
- Integrating Magma-CLMM-SUI-SDK: A Comprehensive Guide, Please see details in document.
17
+ Integrating Magma-CLMM-SDK: A Comprehensive Guide, Please see details in document.
18
18
  <br />
19
19
  <a href="https://magma-1.gitbook.io/magma-developer-docs/developer/dev-overview"><strong>Explore the document »</strong></a>
20
20
  <br />
@@ -24,7 +24,7 @@
24
24
 
25
25
  ## Introduction
26
26
 
27
- Magma-CLMM-SUI-SDK is the official software development kit (SDK) specifically designed for seamless integration with Magma-CLMM. It provides developers with the necessary tools and resources to easily connect and interact with Magma-CLMM, enabling the development of robust and efficient applications.
27
+ Magma-CLMM-SDK is the official software development kit (SDK) specifically designed for seamless integration with Magma-CLMM. It provides developers with the necessary tools and resources to easily connect and interact with Magma-CLMM, enabling the development of robust and efficient applications.
28
28
 
29
29
  ## Getting Started
30
30
  To integrate our SDK into your local project, please follow the example steps provided below.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmaprotocol/magma-clmm-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "SDK for magma swap and liquidity",
5
5
  "typings": "dist/index.d.ts",
6
6
  "main": "dist/index.js",