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
20537623
Unverified
Commit
20537623
authored
Aug 17, 2023
by
mergify[bot]
Committed by
GitHub
Aug 17, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into jg/backoff_to_retry
parents
ad4590fb
b19fead3
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
310 additions
and
526 deletions
+310
-526
hip-olives-press.md
.changeset/hip-olives-press.md
+5
-0
wet-geese-cover.md
.changeset/wet-geese-cover.md
+0
-5
package.json
packages/common-ts/package.json
+1
-1
.depcheckrc
packages/sdk/.depcheckrc
+1
-0
package.json
packages/sdk/package.json
+14
-13
CHANGELOG.md
packages/web3js-plugin/CHANGELOG.md
+6
-0
package.json
packages/web3js-plugin/package.json
+1
-1
pnpm-lock.yaml
pnpm-lock.yaml
+282
-506
No files found.
.changeset/hip-olives-press.md
0 → 100644
View file @
20537623
---
'
@eth-optimism/sdk'
:
patch
---
Updated npm dependencies to latest
.changeset/wet-geese-cover.md
deleted
100644 → 0
View file @
ad4590fb
---
'
@eth-optimism/web3.js-plugin'
:
patch
---
Update code exmaples in README
packages/common-ts/package.json
View file @
20537623
...
...
@@ -46,7 +46,7 @@
"express-prom-bundle"
:
"^6.4.1"
,
"lodash"
:
"^4.17.21"
,
"morgan"
:
"^1.10.0"
,
"pino"
:
"^
6.11.3
"
,
"pino"
:
"^
8.15.0
"
,
"pino-multi-stream"
:
"^5.3.0"
,
"pino-sentry"
:
"^0.14.0"
,
"prom-client"
:
"^13.1.0"
...
...
packages/sdk/.depcheckrc
View file @
20537623
...
...
@@ -12,6 +12,7 @@ ignores: [
"chai",
"ts-node",
"typedoc",
"typescript",
"ethereum-waffle",
"nyc"
]
packages/sdk/package.json
View file @
20537623
...
...
@@ -41,30 +41,31 @@
"@ethersproject/transactions"
:
"^5.7.0"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
"@types/chai"
:
"^4.3.5"
,
"@types/chai-as-promised"
:
"^7.1.5"
,
"@types/mocha"
:
"^10.0.1"
,
"@types/node"
:
"^20.5.0"
,
"chai-as-promised"
:
"^7.1.1"
,
"ethereum-waffle"
:
"^4.0.10"
,
"ethers"
:
"^5.7.
0
"
,
"ethers"
:
"^5.7.
2
"
,
"hardhat"
:
"^2.9.6"
,
"hardhat-deploy"
:
"^0.11.4"
,
"isomorphic-fetch"
:
"^3.0.0"
,
"mocha"
:
"^10.
0
.0"
,
"mocha"
:
"^10.
2
.0"
,
"nyc"
:
"^15.1.0"
,
"ts-node"
:
"^10.9.1"
,
"typedoc"
:
"^0.22.13"
,
"viem"
:
"^0.3.30"
,
"vitest"
:
"^0.28.3"
,
"zod"
:
"^3.11.6"
"typedoc"
:
"^0.24.8"
,
"typescript"
:
"^5.1.6"
,
"viem"
:
"^1.6.0"
,
"vitest"
:
"^0.34.2"
,
"zod"
:
"^3.22.1"
},
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.6.0"
,
"@eth-optimism/contracts-bedrock"
:
"0.16.0"
,
"@eth-optimism/core-utils"
:
"0.12.3"
,
"@types/chai"
:
"^4.2.18"
,
"@types/chai-as-promised"
:
"^7.1.4"
,
"@types/mocha"
:
"^10.0.1"
,
"@types/node"
:
"^20.5.0"
,
"@eth-optimism/contracts-bedrock"
:
"workspace:*"
,
"@eth-optimism/core-utils"
:
"workspace:*"
,
"lodash"
:
"^4.17.21"
,
"merkletreejs"
:
"^0.
2.27
"
,
"merkletreejs"
:
"^0.
3.10
"
,
"rlp"
:
"^2.2.7"
},
"peerDependencies"
:
{
...
...
packages/web3js-plugin/CHANGELOG.md
View file @
20537623
# @eth-optimism/web3.js-plugin
## 0.1.2
### Patch Changes
-
[
#6873
](
https://github.com/ethereum-optimism/optimism/pull/6873
)
[
`fdab6caa7`
]
(https://github.com/ethereum-optimism/optimism/commit/fdab6caa7e6684b08882d2a766ccd727068c2b2f) Thanks
[
@spacesailor24
](
https://github.com/spacesailor24
)
! - Update code exmaples in README
## 0.1.1
### Patch Changes
...
...
packages/web3js-plugin/package.json
View file @
20537623
{
"name"
:
"@eth-optimism/web3.js-plugin"
,
"version"
:
"0.1.
1
"
,
"version"
:
"0.1.
2
"
,
"description"
:
"A Web3.js plugin for doing OP-Chain gas estimation"
,
"license"
:
"MIT"
,
"repository"
:
{
...
...
pnpm-lock.yaml
View file @
20537623
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