Skip to content

Commit

Permalink
Update org name (#53)
Browse files Browse the repository at this point in the history
* Update org name

* Update README
  • Loading branch information
nothing0012 authored Jan 12, 2023
1 parent 6e3ad92 commit 7caf9d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MMM is an open source and secure AMM protocol on Solana. It enables the multi-po
| Mainnet | mmm3XBJg5gk8XJxEKBvdgptZz6SgK4tXvn36sodowMc |

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

## Features

Expand Down Expand Up @@ -68,7 +68,7 @@ Fulfill Sell Side

## MMM Javascript/Typescript SDK
```
npm add @the-1ndex/mmm
npm add @coralcube-oss/mmm
```

## State Account
Expand Down
8 changes: 4 additions & 4 deletions sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-1ndex/mmm",
"version": "0.1.1",
"name": "@coralcube-oss/mmm",
"version": "0.1.2",
"description": "mmm typescript sdk",
"main": "dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit 7caf9d9

Please sign in to comment.