Commit f3f949b8 authored by Will Cory's avatar Will Cory Committed by GitHub

comments: formatting and zod dev dep

Co-authored-by: default avatarJoshua Gutow <jgutow@oplabs.co>
parent 6da5133c
......@@ -541,7 +541,7 @@ jobs:
resource_class: large
steps:
- checkout
- attach_workspace: { at: '.' }
- attach_workspace: { at: "." }
- check-changed:
patterns: sdk,contracts-bedrock,contracts
- restore_cache:
......@@ -579,7 +579,7 @@ jobs:
working_directory: packages/sdk
environment:
# anvil[0] test private key
VITE_E2E_PRIVATE_KEY: '0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80'
VITE_E2E_PRIVATE_KEY: "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
VITE_E2E_RPC_URL_L1: http://localhost:8545
VITE_E2E_RPC_URL_L2: http://localhost:9545
......
......@@ -47,7 +47,8 @@
"nyc": "^15.1.0",
"typedoc": "^0.22.13",
"mocha": "^10.0.0",
"vitest": "^0.28.3"
"vitest": "^0.28.3",
"zod": "^3.11.6"
},
"dependencies": {
"@eth-optimism/contracts": "0.5.40",
......@@ -55,8 +56,7 @@
"@eth-optimism/contracts-bedrock": "0.13.2",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7",
"zod": "^3.11.6"
"rlp": "^2.2.7"
},
"peerDependencies": {
"ethers": "^5"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment