Skip to content

Commit 0331d3c

Browse files
authored
Bump limo version to 0.3.0 (#2048)
* bump for annoying semver reasons * bump express relay version * fix example using limo sdk
1 parent 30a6d7f commit 0331d3c

File tree

4 files changed

+5912
-2478
lines changed

4 files changed

+5912
-2478
lines changed

express_relay/sdk/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/express-relay-js",
3-
"version": "0.11.1",
3+
"version": "0.12.0",
44
"description": "Utilities for interacting with the express relay protocol",
55
"homepage": "https://github.com/pyth-network/pyth-crosschain/tree/main/express_relay/sdk/js",
66
"author": "Douro Labs",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@coral-xyz/anchor": "^0.30.1",
41-
"@kamino-finance/limo-sdk": "^0.2.1",
41+
"@kamino-finance/limo-sdk": "^0.3.0",
4242
"@solana/web3.js": "^1.95.3",
4343
"decimal.js": "^10.4.3",
4444
"isomorphic-ws": "^5.0.0",

express_relay/sdk/js/src/examples/simpleSearcherLimo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class SimpleSearcherLimo {
115115
this.searcher.publicKey,
116116
order,
117117
inputAmountDecimals,
118+
outputAmountDecimals,
118119
SVM_CONSTANTS[this.chainId].expressRelayProgram,
119120
inputMintDecimals,
120121
outputMintDecimals

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pnpm": "^9.12.1"
77
},
88
"devDependencies": {
9-
"lerna": "^6.4.1",
9+
"lerna": "^6.6.2",
1010
"pre-commit": "^1.2.2",
1111
"prettier": "2.7.1"
1212
},

0 commit comments

Comments
 (0)