-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 5.38 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 5.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "@across-protocol/relayer",
"version": "3.0.0",
"description": "Across Protocol Relayer Bot",
"repository": "[email protected]:across-protocol/relayer.git",
"author": "UMA Team",
"license": "AGPL-3.0-only",
"private": true,
"engines": {
"node": ">=22.18.0"
},
"dependencies": {
"@across-protocol/constants": "^3.1.109",
"@across-protocol/contracts": "5.0.10",
"@across-protocol/sdk": "4.3.155",
"@arbitrum/sdk": "^4.0.5",
"@consensys/linea-sdk": "^0.3.0",
"@coral-xyz/anchor": "^0.31.1",
"@eth-optimism/sdk": "^3.3.3",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@google-cloud/kms": "^5.4.0",
"@google-cloud/storage": "^7.19.0",
"@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.11",
"@risk-labs/serverless-orchestration": "^1.2.0",
"@solana-program/address-lookup-table": "^0.7.0",
"@solana-program/compute-budget": "^0.8.0",
"@solana/kit": "^5.4.0",
"binance-api-node": "0.12.7",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"express": "^4.17.1",
"google-auth-library": "^10.6.2",
"lodash": "^4.18.1",
"minimist": "^1.2.8",
"patch-package": "^8.0.1",
"redis": "^5.12.1",
"superstruct": "^1.0.3",
"tronweb": "^6.2.2",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"viem": "~2.47.10",
"winston": "^3.17.0",
"zksync-ethers": "^5.11.1"
},
"files": [
"/dist/**/*"
],
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"postinstall": "patch-package; npm run update-addresses",
"lint": "eslint --cache . && prettier --cache --list-different .",
"lint-fix": "eslint --cache --fix . && prettier --cache --write .",
"test": "RELAYER_TEST=true hardhat test",
"test:parallel": "RELAYER_TEST=true NODE_OPTIONS='--import tsx/esm --no-warnings' hardhat test --parallel",
"build": "tsc --build",
"typecheck": "tsc --noEmit",
"typecheck:fast": "tsgo --noEmit",
"watch": "tsc --build --incremental --watch",
"watch:fast": "tsgo --noEmit --watch",
"build:test": "tsc --project tsconfig.test.json",
"clean": "dir=\"./node_modules\"; mv \"${dir}\" \"${dir}_\" 2>/dev/null && rm -r \"${dir}_\" & rm -f dist/tsconfig.tsbuildinfo",
"reinstall": "yarn clean && yarn install && yarn build",
"run-disputer": "DISPUTER_ENABLED=true node ./dist/index.js --dataworker",
"run-executor": "EXECUTOR_ENABLED=true node ./dist/index.js --dataworker",
"run-proposer": "PROPOSER_ENABLED=true node ./dist/index.js --dataworker",
"run-rebalancer": "node ./dist/index.js --rebalancer",
"run-monitor": "node ./dist/index.js --monitor",
"run-refiller": "node ./dist/index.js --refiller",
"run-finalizer": "node ./dist/index.js --finalizer",
"run-hlExecutor": "node ./dist/index.js --hlExecutor",
"run-hlFinalizer": "node ./dist/index.js --hlFinalizer",
"run-inventoryManager": "node ./dist/index.js --inventoryManager",
"run-inventoryManager-swapper": "node ./dist/index.js --swapRebalancer",
"run-gaslessRelayer": "node ./dist/index.js --gaslessRelayer",
"run-depositAddressHandler": "node ./dist/index.js --depositAddressHandler",
"relay": "node ./dist/index.js --relayer",
"refill-usdc": "node ./dist/scripts/refillUsdcToSpecificChain.js",
"update-inventory-config": "node ./dist/scripts/fetchInventoryConfig.js",
"deposit": "tsx ./scripts/spokepool.ts deposit",
"dispute": "tsx ./scripts/hubpool.ts dispute",
"update": "git pull && yarn reinstall && yarn version --non-interactive && git show --quiet",
"update-addresses": "tsx ./scripts/fetch-addresses.ts",
"validate-root-bundle": "tsx ./src/scripts/validateRootBundle.ts | tee validateRootBundle-${REQUEST_TIME}.log"
},
"devDependencies": {
"@defi-wonderland/smock": "^2.4.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-verify": "^2.1.3",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/hardhat-upgrades": "^1.28.0",
"@solana-program/system": "^0.7.0",
"@solana-program/token": "^0.5.0",
"@solana/web3.js": "^1.31.0",
"@types/chai": "^4.3.5",
"@types/express": "^5.0.6",
"@types/lodash": "^4.17.24",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.10",
"@types/node": "^24.3.0",
"@types/sinon": "^21.0.1",
"@typescript-eslint/eslint-plugin": "^8.58",
"@typescript-eslint/parser": "^8.58",
"@typescript/native-preview": "^7.0.0-dev.20260421.2",
"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",
"eslint-plugin-prettier": "^5",
"hardhat": "^2.28.0",
"hardhat-deploy": "^0.11.34",
"prettier": "^3",
"prettier-plugin-solidity": "^1.1.3",
"pretty-quick": "^4",
"reflect-metadata": "^0.2.2",
"sinon": "^21.1.2",
"tar": "^7.5.13",
"typescript": "^6"
},
"resolutions": {
"protobufjs": "^7.5.4",
"fast-xml-parser": "^5.7.1",
"better-sqlite3": "^11.10.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public"
}
}