Skip to content
Open
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
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,41 @@
"node": ">=22.18.0"
},
"dependencies": {
"@across-protocol/constants": "^3.1.102",
"@across-protocol/constants": "^3.1.107",
"@across-protocol/contracts": "5.0.4",
"@across-protocol/sdk": "4.3.136",
"@arbitrum/sdk": "^4.0.2",
"@across-protocol/sdk": "4.3.138",
"@arbitrum/sdk": "^4.0.4",
"@consensys/linea-sdk": "^0.3.0",
"@coral-xyz/anchor": "^0.31.1",
"@eth-optimism/sdk": "^3.3.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@coral-xyz/anchor": "^0.32.1",
"@eth-optimism/sdk": "^3.3.3",
"@ethersproject/abi": "^5.8.0",
"@ethersproject/abstract-provider": "^5.8.0",
"@ethersproject/abstract-signer": "^5.8.0",
"@ethersproject/bignumber": "^5.7.0",
"@google-cloud/kms": "^3.6.0",
"@google-cloud/storage": "^6.10.1",
"@layerzerolabs/lz-v2-utilities": "^3.0.147",
"@maticnetwork/maticjs": "^3.6.0",
"@maticnetwork/maticjs-ethers": "^1.0.3",
"@nktkas/hyperliquid": "^0.25.9",
"@risk-labs/logger": "^1.3.10",
"@risk-labs/serverless-orchestration": "^1.0.5",
"@solana-program/address-lookup-table": "^0.7.0",
"@solana-program/compute-budget": "^0.8.0",
"@solana/kit": "^5.4.0",
"google-auth-library": "^8.5.1",
"@google-cloud/kms": "^5.4.0",
"@google-cloud/storage": "^7.19.0",
"@layerzerolabs/lz-v2-utilities": "^3.0.167",
"@maticnetwork/maticjs": "^3.9.7",
"@maticnetwork/maticjs-ethers": "^1.1.0",
"@nktkas/hyperliquid": "^0.32.2",
"@risk-labs/logger": "^1.3.11",
"@risk-labs/serverless-orchestration": "^1.1.0",
"@solana-program/address-lookup-table": "^0.11.0",
"@solana-program/compute-budget": "^0.15.0",
"@solana/kit": "^6.7.0",
"google-auth-library": "^10.6.2",
"axios": "^1.7.4",
"binance-api-node": "0.12.7",
"binance-api-node": "0.13.8",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"ethers": "^6.16.0",
"lodash": "^4.18.1",
"minimist": "^1.2.8",
"redis4": "npm:redis@^4.1.0",
"superstruct": "^1.0.3",
"ts-node": "^10.9.1",
"viem": "~2.46.0",
"winston": "^3.17.0",
"zksync-ethers": "^5.11.1"
"superstruct": "^2.0.2",
"ts-node": "^10.9.2",
"viem": "~2.47.6",
"winston": "^3.19.0",
"zksync-ethers": "^6.21.1"
},
"files": [
"/dist/**/*"
Expand Down Expand Up @@ -88,41 +88,41 @@
},
"devDependencies": {
"@defi-wonderland/smock": "^2.4.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-chai-matchers": "^3.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"@nomicfoundation/hardhat-verify": "^2.1.3",
"@solana-program/system": "^0.7.0",
"@solana-program/token": "^0.5.0",
"@openzeppelin/hardhat-upgrades": "^3.9.1",
"@nomicfoundation/hardhat-verify": "^3.0.13",
"@solana-program/system": "^0.12.0",
"@solana-program/token": "^0.13.0",
"@solana/web3.js": "^1.31.0",
"@typechain/ethers-v5": "^10.2.1",
"@typechain/hardhat": "^6.1.6",
"@typechain/ethers-v5": "^11.1.2",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.5",
"@types/lodash": "^4.17.20",
"@types/minimist": "^1.2.2",
"@types/mocha": "^10.0.1",
"@types/node": "^24.3.0",
"@types/sinon": "^10.0.16",
"@types/lodash": "^4.17.24",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.10",
"@types/node": "^25.5.0",
"@types/sinon": "^21.0.1",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"chai": "^4.3.7",
"chai-exclude": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^16",
"chai": "^6.2.2",
"chai-exclude": "^3.0.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10",
"eslint-plugin-chai-expect": "^4.1.0",
"eslint-plugin-mocha": "^11.2.0",
"eslint-plugin-n": "^17",
"eslint-plugin-prettier": "^5",
"hardhat": "^2.28.0",
"hardhat-deploy": "^0.11.34",
"patch-package": "^8.0.0",
"hardhat": "^3.3.0",
"hardhat-deploy": "^2.0.3",
"patch-package": "^8.0.1",
"prettier": "^3",
"prettier-plugin-solidity": "^1.1.3",
"prettier-plugin-solidity": "^2.3.1",
"pretty-quick": "^4",
"reflect-metadata": "^0.2.2",
"sinon": "^15.2.0",
"tar": "^7.5.11",
"typechain": "^8.2.0",
"sinon": "^21.0.3",
"tar": "^7.5.13",
"typechain": "^8.3.2",
"typescript": "^6"
},
"husky": {
Expand Down
Loading
Loading