Skip to content

Commit

Permalink
Update scripts versions for limo new upgrade (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
danimhr authored Nov 18, 2024
1 parent 7a08f66 commit b2f0430
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 48 deletions.
50 changes: 19 additions & 31 deletions scripts/dex-router/package-lock.json

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

6 changes: 3 additions & 3 deletions scripts/dex-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dex-router",
"version": "0.0.1",
"version": "0.0.2",
"description": "Client to route Express Relay SVM orders to on-chain liquidity sources",
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@jup-ag/api": "^6.0.29",
"@kamino-finance/limo-sdk": "^0.6.0",
"@pythnetwork/express-relay-js": "^0.13.1",
"@kamino-finance/limo-sdk": "^0.7.0",
"@pythnetwork/express-relay-js": "^0.14.0",
"@solana/web3.js": "^1.95.3",
"@types/yargs": "^17.0.33",
"yargs": "^17.7.2"
Expand Down
22 changes: 11 additions & 11 deletions scripts/limonade/package-lock.json

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

6 changes: 3 additions & 3 deletions scripts/limonade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "limonade",
"version": "0.2.1",
"version": "0.2.2",
"description": "This script is used to submit new opportunities fetched from the limo program to the express relay.",
"main": "index.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@coral-xyz/anchor-cli": "^0.30.1",
"@kamino-finance/limo-sdk": "^0.6.0",
"@pythnetwork/express-relay-js": "^0.13.3",
"@kamino-finance/limo-sdk": "^0.7.0",
"@pythnetwork/express-relay-js": "^0.14.0",
"@solana/web3.js": "^1.95.3",
"axios": "^1.7.3",
"bs58": "^6.0.0",
Expand Down

0 comments on commit b2f0430

Please sign in to comment.