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
cadc3dfb
Unverified
Commit
cadc3dfb
authored
Aug 15, 2023
by
mergify[bot]
Committed by
GitHub
Aug 15, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into jg/attempt_tag_service_fix
parents
64673e84
c8a94a51
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
307 additions
and
3933 deletions
+307
-3933
tall-shirts-wonder.md
.changeset/tall-shirts-wonder.md
+5
-0
package.json
packages/chain-mon/package.json
+7
-7
tsconfig.json
packages/chain-mon/tsconfig.json
+2
-1
pnpm-lock.yaml
pnpm-lock.yaml
+293
-3925
No files found.
.changeset/tall-shirts-wonder.md
0 → 100644
View file @
cadc3dfb
---
'
@eth-optimism/chain-mon'
:
patch
---
Upgraded npm dependencies to latest
packages/chain-mon/package.json
View file @
cadc3dfb
...
...
@@ -38,21 +38,21 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"
0.8.3
"
,
"@eth-optimism/contracts-bedrock"
:
"
0.16.0
"
,
"@eth-optimism/common-ts"
:
"
workspace:*
"
,
"@eth-optimism/contracts-bedrock"
:
"
workspace:*
"
,
"@eth-optimism/contracts-periphery"
:
"1.0.8"
,
"@eth-optimism/core-utils"
:
"
0.12.2
"
,
"@eth-optimism/sdk"
:
"
3.1.0
"
,
"@eth-optimism/core-utils"
:
"
workspace:*
"
,
"@eth-optimism/sdk"
:
"
workspace:*
"
,
"@types/dateformat"
:
"^5.0.0"
,
"chai-as-promised"
:
"^7.1.1"
,
"dateformat"
:
"^4.5.1"
,
"dotenv"
:
"^16.
1.4
"
,
"ethers"
:
"^5.7.
0
"
"dotenv"
:
"^16.
3.1
"
,
"ethers"
:
"^5.7.
2
"
},
"devDependencies"
:
{
"@ethersproject/abstract-provider"
:
"^5.7.0"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.6"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.
3
"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.
6
"
,
"hardhat"
:
"^2.9.6"
,
"ts-node"
:
"^10.9.1"
,
"tsx"
:
"^3.12.7"
...
...
packages/chain-mon/tsconfig.json
View file @
cadc3dfb
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
"outDir"
:
"./dist"
,
"skipLibCheck"
:
true
},
"include"
:
[
"package.json"
,
...
...
pnpm-lock.yaml
View file @
cadc3dfb
This diff is collapsed.
Click to expand it.
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