File tree Expand file tree Collapse file tree 4 files changed +5912
-2478
lines changed Expand file tree Collapse file tree 4 files changed +5912
-2478
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pythnetwork/express-relay-js" ,
3
- "version" : " 0.11.1 " ,
3
+ "version" : " 0.12.0 " ,
4
4
"description" : " Utilities for interacting with the express relay protocol" ,
5
5
"homepage" : " https://github.com/pyth-network/pyth-crosschain/tree/main/express_relay/sdk/js" ,
6
6
"author" : " Douro Labs" ,
38
38
},
39
39
"dependencies" : {
40
40
"@coral-xyz/anchor" : " ^0.30.1" ,
41
- "@kamino-finance/limo-sdk" : " ^0.2.1 " ,
41
+ "@kamino-finance/limo-sdk" : " ^0.3.0 " ,
42
42
"@solana/web3.js" : " ^1.95.3" ,
43
43
"decimal.js" : " ^10.4.3" ,
44
44
"isomorphic-ws" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ class SimpleSearcherLimo {
115
115
this . searcher . publicKey ,
116
116
order ,
117
117
inputAmountDecimals ,
118
+ outputAmountDecimals ,
118
119
SVM_CONSTANTS [ this . chainId ] . expressRelayProgram ,
119
120
inputMintDecimals ,
120
121
outputMintDecimals
Original file line number Diff line number Diff line change 6
6
"pnpm" : " ^9.12.1"
7
7
},
8
8
"devDependencies" : {
9
- "lerna" : " ^6.4.1 " ,
9
+ "lerna" : " ^6.6.2 " ,
10
10
"pre-commit" : " ^1.2.2" ,
11
11
"prettier" : " 2.7.1"
12
12
},
You can’t perform that action at this time.
0 commit comments