Skip to content

Commit 7caf9d9

Browse files
authored
Update org name (#53)
* Update org name * Update README
1 parent 6e3ad92 commit 7caf9d9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MMM is an open source and secure AMM protocol on Solana. It enables the multi-po
88
| Mainnet | mmm3XBJg5gk8XJxEKBvdgptZz6SgK4tXvn36sodowMc |
99

1010
## Build status
11-
![github ci status](https://github.com/the-1ndex/mmm/actions/workflows/test.yml/badge.svg?branch=main)
11+
![github ci status](https://github.com/coralcube-oss/mmm/actions/workflows/test.yml/badge.svg?branch=main)
1212

1313
## Features
1414

@@ -68,7 +68,7 @@ Fulfill Sell Side
6868

6969
## MMM Javascript/Typescript SDK
7070
```
71-
npm add @the-1ndex/mmm
71+
npm add @coralcube-oss/mmm
7272
```
7373

7474
## State Account

sdk/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@the-1ndex/mmm",
3-
"version": "0.1.1",
2+
"name": "@coralcube-oss/mmm",
3+
"version": "0.1.2",
44
"description": "mmm typescript sdk",
55
"main": "dist/src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)