Skip to content

Commit

Permalink
Showing 7 changed files with 19 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-wombats-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-steaks-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-hairs-dance.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @eth-optimism/viem

## 0.0.11

### Patch Changes

- [#540](https://github.com/ethereum-optimism/ecosystem/pull/540) [`e6d475e`](https://github.com/ethereum-optimism/ecosystem/commit/e6d475ef8d6e88c0d8791112e09250fb9fb58597) Thanks [@tremarkley](https://github.com/tremarkley)! - add withdrawSuperchainWETH

- [#539](https://github.com/ethereum-optimism/ecosystem/pull/539) [`e50cf9b`](https://github.com/ethereum-optimism/ecosystem/commit/e50cf9bba7532715523cfd1af7b019146c461408) Thanks [@tremarkley](https://github.com/tremarkley)! - add depositSuperchainWETH

- [#538](https://github.com/ethereum-optimism/ecosystem/pull/538) [`6209e63`](https://github.com/ethereum-optimism/ecosystem/commit/6209e63847ce39804c2492d0938bd0a216bb61f7) Thanks [@tremarkley](https://github.com/tremarkley)! - add sendSuperchainWETH

## 0.0.10

### Patch Changes
2 changes: 1 addition & 1 deletion packages/viem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eth-optimism/viem",
"type": "module",
"version": "0.0.10",
"version": "0.0.11",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
7 changes: 7 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @eth-optimism/wagmi

## 0.0.11

### Patch Changes

- Updated dependencies [[`e6d475e`](https://github.com/ethereum-optimism/ecosystem/commit/e6d475ef8d6e88c0d8791112e09250fb9fb58597), [`e50cf9b`](https://github.com/ethereum-optimism/ecosystem/commit/e50cf9bba7532715523cfd1af7b019146c461408), [`6209e63`](https://github.com/ethereum-optimism/ecosystem/commit/6209e63847ce39804c2492d0938bd0a216bb61f7)]:
- @eth-optimism/viem@0.0.11

## 0.0.10

### Patch Changes
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eth-optimism/wagmi",
"type": "module",
"version": "0.0.10",
"version": "0.0.11",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [

0 comments on commit 8df6ab1

Please sign in to comment.