Commit e528bea
authored
chore(deps): update dependency viem to v2.48.1 (#273)
This PR contains the following updates:
| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [viem](https://viem.sh)
([source](https://redirect.github.com/wevm/viem)) | dependencies | minor
| [`2.47.17` →
`2.48.1`](https://renovatebot.com/diffs/npm/viem/2.47.17/2.48.1) |
[](https://securityscorecards.dev/viewer/?uri=github.com/wevm/viem)
|
---
### Release Notes
<details>
<summary>wevm/viem (viem)</summary>
###
[`v2.48.1`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.48.1)
[Compare
Source](https://redirect.github.com/wevm/viem/compare/viem@2.48.0...viem@2.48.1)
##### Patch Changes
-
[`099684399e5d4807de02e97f4902e3c0e56ee65c`](https://redirect.github.com/wevm/viem/commit/099684399e5d4807de02e97f4902e3c0e56ee65c)
Thanks [@​jxom](https://redirect.github.com/jxom)! - Fixed
`feePayerSignature` being dropped in Tempo's `formatTransactionRequest`.
- [#​4525](https://redirect.github.com/wevm/viem/pull/4525)
[`64556ad0973ea7b9926ed46f23ed9f1689b7047f`](https://redirect.github.com/wevm/viem/commit/64556ad0973ea7b9926ed46f23ed9f1689b7047f)
Thanks [@​jxom](https://redirect.github.com/jxom)! - Fixed Tempo
formatter to forward `feePayer: false` in transaction requests.
- [#​4516](https://redirect.github.com/wevm/viem/pull/4516)
[`336b748469483a622153c10bf7bf9110a3fb9b72`](https://redirect.github.com/wevm/viem/commit/336b748469483a622153c10bf7bf9110a3fb9b72)
Thanks [@​0xtomm](https://redirect.github.com/0xtomm)! - Added
missing `testnet: false` for testnet / devnets.
- [#​4517](https://redirect.github.com/wevm/viem/pull/4517)
[`25cc59c6eb235770b1a843b99bef606d2f1d7206`](https://redirect.github.com/wevm/viem/commit/25cc59c6eb235770b1a843b99bef606d2f1d7206)
Thanks [@​0xtomm](https://redirect.github.com/0xtomm)! - Fixed
native currencies on chains.
- [#​4518](https://redirect.github.com/wevm/viem/pull/4518)
[`eb655cc7e04e08c7008b0a19f69b8b7e4d3c95d3`](https://redirect.github.com/wevm/viem/commit/eb655cc7e04e08c7008b0a19f69b8b7e4d3c95d3)
Thanks [@​RekCuy63](https://redirect.github.com/RekCuy63)! -
Preserved explicit `nonce` in `fillTransaction`.
###
[`v2.48.0`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.48.0)
[Compare
Source](https://redirect.github.com/wevm/viem/compare/viem@2.47.19...viem@2.48.0)
##### Minor Changes
- [#​4510](https://redirect.github.com/wevm/viem/pull/4510)
[`23fbf03f915acd046087d25f859a90c51a44d030`](https://redirect.github.com/wevm/viem/commit/23fbf03f915acd046087d25f859a90c51a44d030)
Thanks [@​Zygimantass](https://redirect.github.com/Zygimantass)! -
Added Tempo zones support
###
[`v2.47.19`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.47.19)
[Compare
Source](https://redirect.github.com/wevm/viem/compare/viem@2.47.18...viem@2.47.19)
##### Patch Changes
- [#​4513](https://redirect.github.com/wevm/viem/pull/4513)
[`dd2452464f114361473423a6ce4da045a5a435a4`](https://redirect.github.com/wevm/viem/commit/dd2452464f114361473423a6ce4da045a5a435a4)
Thanks [@​decofe](https://redirect.github.com/decofe)! - Updated
Tempo RPC URLs.
###
[`v2.47.18`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.47.18)
[Compare
Source](https://redirect.github.com/wevm/viem/compare/viem@2.47.17...viem@2.47.18)
##### Patch Changes
- [#​4499](https://redirect.github.com/wevm/viem/pull/4499)
[`24a1544c8a26fbf93f8029078ca310dba4df5b45`](https://redirect.github.com/wevm/viem/commit/24a1544c8a26fbf93f8029078ca310dba4df5b45)
Thanks [@​deodad](https://redirect.github.com/deodad)! - Added
`withRelay` to `viem/tempo` as the primary relay transport, and
deprecated `withFeePayer` in favor of it.
-
[`2c4239dc07737ffc6631677324828bde6a17b9f7`](https://redirect.github.com/wevm/viem/commit/2c4239dc07737ffc6631677324828bde6a17b9f7)
Thanks [@​jxom](https://redirect.github.com/jxom)! - `viem/tempo`:
Added combined `abis` export to `Abis` in `viem/tempo` that concatenates
all Tempo precompile ABIs into a single array.
-
[`2c4239dc07737ffc6631677324828bde6a17b9f7`](https://redirect.github.com/wevm/viem/commit/2c4239dc07737ffc6631677324828bde6a17b9f7)
Thanks [@​jxom](https://redirect.github.com/jxom)! - `viem/tempo`:
Added `error` capability to `FillTransactionCapabilities` in
`viem/tempo` for structured execution error reporting from the relay.
- [#​4492](https://redirect.github.com/wevm/viem/pull/4492)
[`7b95669c23f86885bdd059f17d41f93c846b8dd6`](https://redirect.github.com/wevm/viem/commit/7b95669c23f86885bdd059f17d41f93c846b8dd6)
Thanks [@​Dhruv-2003](https://redirect.github.com/Dhruv-2003)! -
Fixed `getTimeToNextGame` crash when dispute game factory has zero or
one games.
- [#​4497](https://redirect.github.com/wevm/viem/pull/4497)
[`0a465ce232e1f1a239d7a45bac946ae9405f3eee`](https://redirect.github.com/wevm/viem/commit/0a465ce232e1f1a239d7a45bac946ae9405f3eee)
Thanks [@​deodad](https://redirect.github.com/deodad)! - Updated
`withFeePayer` transports to forward `eth_fillTransaction` requests to
the fee payer transport only when `feePayer: true` is requested.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday
through Friday (`* 0-4,22-23 * * 1-5`)
- Only on Sunday and Saturday (`* * * * 0,6`)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/settlemint/network-bootstrapper).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4529182 commit e528bea
2 files changed
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments