Commit 2cc6aff
authored
chore(deps): update dependency viem to v2.47.10 (#245)
This PR contains the following updates:
| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [viem](https://viem.sh)
([source](https://redirect.github.com/wevm/viem)) | dependencies | patch
| [`2.47.5` →
`2.47.10`](https://renovatebot.com/diffs/npm/viem/2.47.5/2.47.10) |
[](https://securityscorecards.dev/viewer/?uri=github.com/wevm/viem)
|
---
### Release Notes
<details>
<summary>wevm/viem (viem)</summary>
###
[`v2.47.10`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.47.10)
[Compare
Source](https://redirect.github.com/wevm/viem/compare/viem@2.47.6...viem@2.47.10)
##### Patch Changes
- [#​4443](https://redirect.github.com/wevm/viem/pull/4443)
[`19dd6e54001a82f20ab13e42eacdbe61814e6e52`](https://redirect.github.com/wevm/viem/commit/19dd6e54001a82f20ab13e42eacdbe61814e6e52)
Thanks [@​TJ-Frederick](https://redirect.github.com/TJ-Frederick)!
- Added Radius Network (chain ID 723487) and Radius Test Network (chain
ID 72344) chain definitions.
- [#​4456](https://redirect.github.com/wevm/viem/pull/4456)
[`7b2cca5ab72c56b4c1a18d9765f4f323ca6b162d`](https://redirect.github.com/wevm/viem/commit/7b2cca5ab72c56b4c1a18d9765f4f323ca6b162d)
Thanks [@​jxom](https://redirect.github.com/jxom)! - `viem/tempo`:
Extracted `keyAuthorization` from `eth_fillTransaction` response in
`prepareTransactionRequest`.
- [#​4457](https://redirect.github.com/wevm/viem/pull/4457)
[`39d42e515f33f54102d56705cf25c51f8d8f4087`](https://redirect.github.com/wevm/viem/commit/39d42e515f33f54102d56705cf25c51f8d8f4087)
Thanks [@​jxom](https://redirect.github.com/jxom)! - `viem/tempo`:
Added hardfork-aware `getRemainingLimit` that uses
`getRemainingLimitWithPeriod` on T3+ chains. Returns `{ remaining,
periodEnd }` object.
- [#​4448](https://redirect.github.com/wevm/viem/pull/4448)
[`3b1908405105bf9d2a08dd1943b4b3fad2cee38a`](https://redirect.github.com/wevm/viem/commit/3b1908405105bf9d2a08dd1943b4b3fad2cee38a)
Thanks [@​jxom](https://redirect.github.com/jxom)! - Fixed
transaction type detection for secp256k1 access key accounts.
- [#​4450](https://redirect.github.com/wevm/viem/pull/4450)
[`4555ee6329235335d4278a3f9f33af69091a1c79`](https://redirect.github.com/wevm/viem/commit/4555ee6329235335d4278a3f9f33af69091a1c79)
Thanks [@​jxom](https://redirect.github.com/jxom)! - `viem/tempo`:
Fixed gas estimation for access key transactions with a fee payer.
- [#​4432](https://redirect.github.com/wevm/viem/pull/4432)
[`3aa680df95bda40adc9306749e0fd46b93cc6bde`](https://redirect.github.com/wevm/viem/commit/3aa680df95bda40adc9306749e0fd46b93cc6bde)
Thanks [@​jxom](https://redirect.github.com/jxom)! - `viem/tempo`:
Added access key signature verification support to `verifyHash` via
`mode: 'allowAccessKey'`.
- [#​4442](https://redirect.github.com/wevm/viem/pull/4442)
[`0ece4d9d08f53c817b0401fdd39ac3abb59c05f2`](https://redirect.github.com/wevm/viem/commit/0ece4d9d08f53c817b0401fdd39ac3abb59c05f2)
Thanks [@​decofe](https://redirect.github.com/decofe)! -
`viem/tempo`: Added TIP-1004 (EIP-2612) permit functions to the `tip20`
ABI (`permit`, `nonces`, `DOMAIN_SEPARATOR`, `PermitExpired`,
`InvalidSignature`).
- [#​4419](https://redirect.github.com/wevm/viem/pull/4419)
[`4f77ac880ed81e104a68a530665b42661e0c1ebf`](https://redirect.github.com/wevm/viem/commit/4f77ac880ed81e104a68a530665b42661e0c1ebf)
Thanks [@​emdin](https://redirect.github.com/emdin)! - Added Igra
Network chain.
- [#​4422](https://redirect.github.com/wevm/viem/pull/4422)
[`3c950f70495df4a357b57b6c90ffb828f0a8a884`](https://redirect.github.com/wevm/viem/commit/3c950f70495df4a357b57b6c90ffb828f0a8a884)
Thanks [@​ryanRfox](https://redirect.github.com/ryanRfox)! - Added
Mezo and Mezo Testnet chains.
- [#​4426](https://redirect.github.com/wevm/viem/pull/4426)
[`63ab458812b15fe5d737de08356f8b4e635c6da3`](https://redirect.github.com/wevm/viem/commit/63ab458812b15fe5d737de08356f8b4e635c6da3)
Thanks
[@​PatrickAlphaC](https://redirect.github.com/PatrickAlphaC)! -
Added BattleChain Testnet
- [#​4423](https://redirect.github.com/wevm/viem/pull/4423)
[`16f6ca238cd5e6d86b36dbb92098a180af6d8ef7`](https://redirect.github.com/wevm/viem/commit/16f6ca238cd5e6d86b36dbb92098a180af6d8ef7)
Thanks [@​pxrl](https://redirect.github.com/pxrl)! - Added basic
OP definitions to MegaETH, fixed Blockscout defs.
-
[`621b0856e55e710c61bd0a2d57c125d559bd9ae4`](https://redirect.github.com/wevm/viem/commit/621b0856e55e710c61bd0a2d57c125d559bd9ae4)
Thanks [@​jxom](https://redirect.github.com/jxom)! - Propagated
execution reverted errors (code 3) from `eth_fillTransaction` in
`prepareTransactionRequest` instead of silently falling through.
- [#​4409](https://redirect.github.com/wevm/viem/pull/4409)
[`25634335611498ecaead8435b1403e5f28d30fc1`](https://redirect.github.com/wevm/viem/commit/25634335611498ecaead8435b1403e5f28d30fc1)
Thanks [@​abs3ntdev](https://redirect.github.com/abs3ntdev)! -
Added Gensyn Mainnet
- [#​4425](https://redirect.github.com/wevm/viem/pull/4425)
[`ce08d9a4dc9ab986d5d9f6cfe380ae6ec1fec2d9`](https://redirect.github.com/wevm/viem/commit/ce08d9a4dc9ab986d5d9f6cfe380ae6ec1fec2d9)
Thanks [@​o-az](https://redirect.github.com/o-az)! - Removed Tempo
Andantino network and updated references
- [#​4420](https://redirect.github.com/wevm/viem/pull/4420)
[`c158236bd6e0d5c80881243d85a535723f61dd7e`](https://redirect.github.com/wevm/viem/commit/c158236bd6e0d5c80881243d85a535723f61dd7e)
Thanks
[@​mycodecrafting](https://redirect.github.com/mycodecrafting)! -
Added Eden chain.
- [#​4421](https://redirect.github.com/wevm/viem/pull/4421)
[`26bf275307bf6e31430fa5283770f5caa4033aee`](https://redirect.github.com/wevm/viem/commit/26bf275307bf6e31430fa5283770f5caa4033aee)
Thanks [@​KirienzoEth](https://redirect.github.com/KirienzoEth)! -
Add the multicall3 configuration to the Katana chain's config
###
[`v2.47.6`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.47.6)
[Compare
Source](https://redirect.github.com/wevm/viem/compare/viem@2.47.5...viem@2.47.6)
##### Patch Changes
-
[`09d9f3520ce8837cb352e0bf3a7d735b511abd6f`](https://redirect.github.com/wevm/viem/commit/09d9f3520ce8837cb352e0bf3a7d735b511abd6f)
Thanks [@​jxom](https://redirect.github.com/jxom)! - Updated Ox
- [#​4401](https://redirect.github.com/wevm/viem/pull/4401)
[`928ae87a32a13c72c9adf9390172d7b92bf99ce7`](https://redirect.github.com/wevm/viem/commit/928ae87a32a13c72c9adf9390172d7b92bf99ce7)
Thanks [@​ndavd](https://redirect.github.com/ndavd)! - Ensured
that `dataSuffix` is applied to all transactions regardless of `data`
presence.
- [#​4405](https://redirect.github.com/wevm/viem/pull/4405)
[`4ad0de0ebc543a9054bd7d57976eede1d3612440`](https://redirect.github.com/wevm/viem/commit/4ad0de0ebc543a9054bd7d57976eede1d3612440)
Thanks [@​jxom](https://redirect.github.com/jxom)! - Added `mode`
parameter to `verifyMessage` and `verifyHash`.
</details>
---
### Configuration
📅 **Schedule**: 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 ) (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuMTAyLjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
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 419b07f commit 2cc6aff
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