-
Notifications
You must be signed in to change notification settings - Fork 602
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
216 lines (184 loc) · 4.54 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
216 lines (184 loc) · 4.54 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# Reject packages published less than 7 days ago (supply chain protection)
minimumReleaseAge: 10080
minimumReleaseAgeExclude:
- '@hyperlane-xyz/*'
- '@provablehq/*'
packages:
- 'solhint-plugin'
- 'solidity'
- 'typescript/*'
- 'starknet'
# Require catalog: protocol for all cataloged dependencies
catalogMode: strict
# Shared dependency versions for consistent versioning across all packages.
# Use `catalog:` in package.json to reference these versions.
# See: https://pnpm.io/catalogs
catalog:
# === Production dependencies ===
# Ethereum/EVM
ethers: ^5.8.0
viem: ^2.21.45
zksync-ethers: ^5.10.0
# Logging
pino: ^8.19.0
pino-pretty: ^13.0.0
'@google-cloud/pino-logging-gcp-config': ^1.3.0
# Validation
zod: ^3.21.2
# HTTP
express-rate-limit: ^8.3.1
# Utilities
bignumber.js: ^9.1.1
bs58: ^6.0.0
yaml: 2.4.5
lodash-es: ^4.17.21
borsh: ^0.7.0
compare-versions: ^6.1.1
dotenv: ^10.0.0
asn1.js: ^5.4.1
uuid: ^10.0.0
# Starknet
starknet: ^7.4.0
'@starknet-react/chains': ^3.1.2
# Cosmos
'@cosmjs/amino': ^0.32.4
'@cosmjs/cosmwasm-stargate': ^0.32.4
'@cosmjs/crypto': ^0.32.4
'@cosmjs/encoding': ^0.32.4
'@cosmjs/math': ^0.32.4
'@cosmjs/proto-signing': ^0.32.4
'@cosmjs/stargate': ^0.32.4
'@cosmjs/tendermint-rpc': ^0.32.4
'@chain-registry/types': ^0.50.122
cosmjs-types: ^0.9.0
# Solana
'@solana/kit': ^6.1.0
'@solana/web3.js': ^1.98.4
'@solana/spl-token': ^0.4.9
# Radix
'@radixdlt/babylon-gateway-api-sdk': ^1.10.1
# Tron
tronweb: ^6.1.1
'@tronweb3/tronwallet-abstract-adapter': ^1.1.10
'@tronweb3/tronwallet-adapter-react-hooks': ^1.1.11
'@tronweb3/tronwallet-adapter-tronlink': ^1.1.13
'@tronweb3/tronwallet-adapters': ^1.2.21
# AWS
'@aws-sdk/client-s3': ^3.577.0
'@aws-sdk/client-kms': ^3.577.0
# Registry
'@hyperlane-xyz/registry': 24.3.0
# CLI prompts
'@inquirer/prompts': 3.3.2
'@inquirer/select': ^1.0.0
# Optimism
'@eth-optimism/sdk': ^3.3.3
# Arbitrum
'@arbitrum/sdk': ^4.0.0
# LiFi (cross-chain bridging)
'@lifi/sdk': ^3.15.4
# Safe
'@safe-global/api-kit': 4.2.0
'@safe-global/protocol-kit': 7.2.0
'@safe-global/safe-deployments': 1.37.56
'@safe-global/types-kit': 3.1.0
# Turnkey
'@turnkey/api-key-stamper': ^0.5.0
'@turnkey/sdk-server': ^4.12.0
'@turnkey/solana': ^1.1.12
# Prometheus
prom-client: ^14.0.1
# === Development dependencies ===
# Build tools
typescript: 6.0.2
tsx: ^4.19.1
ts-node: ^10.9.2
'@vercel/ncc': ^0.38.3
# Linting
oxlint: ^1.57.0
oxlint-tsgolint: ^0.17.0
# Formatting
oxfmt: ^0.42.0
prettier: ^3.8.1
prettier-plugin-solidity: ^1.4.2
# Testing
c8: ^10.1.3
mocha: ^11.5.0
mocha-steps: ^1.3.0
chai: ^4.5.0
chai-as-promised: ^8.0.1
sinon: ^13.0.2
testcontainers: 11.12.0
# Type definitions
'@types/mocha': ^10.0.1
'@types/node': ^24.10.9
'@types/sinon': ^17.0.1
'@types/sinon-chai': ^3.2.12
'@types/chai': ^4.3.11
'@types/chai-as-promised': ^8
'@types/lodash-es': ^4.17.12
'@types/yargs': ^17.0.24
'@types/ws': ^8.5.5
'@types/uuid': ^10.0.0
'@types/bs58': ^5.0.0
# Hardhat
hardhat: ^2.22.2
'@nomiclabs/hardhat-ethers': ^2.2.3
'@nomiclabs/hardhat-waffle': ^2.0.6
ethereum-waffle: ^4.0.10
hardhat-gas-reporter: ^1.0.9
solidity-coverage: ^0.8.3
# Solidity
solhint: ^5.0.5
solhint-plugin-prettier: ^0.1.0
typechain: 8.3.2
'@typechain/ethers-v5': ^11.1.2
'@typechain/ethers-v6': ^0.5.1
'@typechain/hardhat': ^9.1.0
# OpenZeppelin
'@openzeppelin/contracts': ^4.9.3
'@openzeppelin/contracts-upgradeable': ^4.9.3
# Other dev tools
zod-validation-error: ^3.3.0
yargs: ^17.7.2
chalk: ^5.3.0
'@prisma/adapter-pg': ^7.8.0
'@prisma/client': ^7.8.0
prisma: ^7.8.0
overrides:
async: ^2.6.4
fetch-ponyfill: ^7.1
flat: ^5.0.2
globals: ^16.3.0
lodash: ^4.17.21
recursive-readdir: ^2.2.3
underscore: ^1.13
undici: ^5.11
'@babel/parser': ^7.22.7
'@typechain/ethers-v5': 11.1.2
xmlhttprequest-ssl: 4.0.0
patchedDependencies:
typechain@8.3.2: patches/typechain@8.3.2.patch
node-fetch@2.7.0: patches/node-fetch@2.7.0.patch
bigint-buffer@1.1.5: patches/bigint-buffer@1.1.5.patch
node-fetch@3.3.2: patches/node-fetch@3.3.2.patch
allowBuilds:
'@prisma/engines': true
'@trufflesuite/bigint-buffer': true
bigint-buffer: true
bufferutil: true
core-js: true
core-js-pure: true
cpu-features: true
esbuild: true
keccak: true
node-hid: true
prisma: true
protobufjs: true
secp256k1: true
sharp: true
ssh2: true
tiny-secp256k1: true
usb: true
utf-8-validate: true
workerd: true