Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions express_relay/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/express-relay-js",
"version": "0.11.1",
"version": "0.12.0",
"description": "Utilities for interacting with the express relay protocol",
"homepage": "https://github.com/pyth-network/pyth-crosschain/tree/main/express_relay/sdk/js",
"author": "Douro Labs",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@kamino-finance/limo-sdk": "^0.2.1",
"@kamino-finance/limo-sdk": "^0.3.0",
"@solana/web3.js": "^1.95.3",
"decimal.js": "^10.4.3",
"isomorphic-ws": "^5.0.0",
Expand Down
1 change: 1 addition & 0 deletions express_relay/sdk/js/src/examples/simpleSearcherLimo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class SimpleSearcherLimo {
this.searcher.publicKey,
order,
inputAmountDecimals,
outputAmountDecimals,
SVM_CONSTANTS[this.chainId].expressRelayProgram,
inputMintDecimals,
outputMintDecimals
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pnpm": "^9.12.1"
},
"devDependencies": {
"lerna": "^6.4.1",
"lerna": "^6.6.2",
"pre-commit": "^1.2.2",
"prettier": "2.7.1"
},
Expand Down
Loading
Loading