Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Mar 24, 2024
1 parent 56a26d2 commit bd36515
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/rotten-impalas-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"viem": minor
---

Added support for [Fault Proofs on OP Stack](https://docs.optimism.io/stack/protocol/fault-proofs/overview), and new actions:

- [`getGame`](https://viem.sh/op-stack/actions/getGame) (supersedes `getL2Output`)
- `getGames`
- [`getTimeToNextGame`](https://viem.sh/op-stack/actions/getTimeToNextGame) (supersedes `getTimeToNextL2Output`)
- [`waitForNextGame`](https://viem.sh/op-stack/actions/waitForNextGame) (supersedes `waitForNextL2Output`)

> Note: The above actions are only compatible with OP Stack chains which have upgraded to Fault Proofs.

0 comments on commit bd36515

Please sign in to comment.