Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
f3f949b8
Unverified
Commit
f3f949b8
authored
Apr 19, 2023
by
Will Cory
Committed by
GitHub
Apr 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comments: formatting and zod dev dep
Co-authored-by:
Joshua Gutow
<
jgutow@oplabs.co
>
parent
6da5133c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
config.yml
.circleci/config.yml
+2
-2
package.json
packages/sdk/package.json
+3
-3
No files found.
.circleci/config.yml
View file @
f3f949b8
...
...
@@ -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
...
...
packages/sdk/package.json
View file @
f3f949b8
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment