Skip to content

Commit

Permalink
make new func for create new memecoin mint pool
Browse files Browse the repository at this point in the history
  • Loading branch information
dongnguyen9186 committed Oct 17, 2024
1 parent 54c034f commit 310693c
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 18 deletions.
5 changes: 3 additions & 2 deletions ts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mercurial-finance/dynamic-amm-sdk",
"version": "1.1.6",
"version": "1.1.7-rc.2",
"description": "Mercurial Vaults SDK is a typescript library that allows you to interact with Mercurial v2's AMM.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -26,7 +26,8 @@
"decimal.js": "^10.4.1",
"dotenv": "^16.0.1",
"invariant": "^2.2.4",
"@meteora-ag/stake-for-fee": "1.0.8-rc.8"
"@meteora-ag/stake-for-fee": "1.0.8-rc.11",
"@metaplex-foundation/mpl-token-metadata": "~2.13.0"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
Expand Down
Loading

0 comments on commit 310693c

Please sign in to comment.