Commit 33bcbcf
authored
chore(deps): update dependency viem to v2.49.0 (#293)
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.48.11` →
`2.49.0`](https://renovatebot.com/diffs/npm/viem/2.48.11/2.49.0) |
[](https://securityscorecards.dev/viewer/?uri=github.com/wevm/viem)
|
---
### Release Notes
<details>
<summary>wevm/viem (viem)</summary>
###
[`v2.49.0`](https://redirect.github.com/wevm/viem/releases/tag/viem%402.49.0)
[Compare
Source](https://redirect.github.com/wevm/viem/compare/viem@2.48.11...viem@2.49.0)
##### Minor Changes
- [#​4584](https://redirect.github.com/wevm/viem/pull/4584)
[`4cd686d4acf2c0f14955509a91a3c7ee6d0257f9`](https://redirect.github.com/wevm/viem/commit/4cd686d4acf2c0f14955509a91a3c7ee6d0257f9)
Thanks [@​tmm](https://redirect.github.com/tmm)! - Added
AbortSignal support to request options and `call` action.
##### Patch Changes
- [#​4608](https://redirect.github.com/wevm/viem/pull/4608)
[`0e282d69d534e7fc277300260e31c07c4d8cb325`](https://redirect.github.com/wevm/viem/commit/0e282d69d534e7fc277300260e31c07c4d8cb325)
Thanks [@​jxom](https://redirect.github.com/jxom)! - `viem/tempo`:
Updated `Actions.wallet.send` parameters to match the latest wallet RPC
schema: renamed `value` to `amount`, added an optional `memo` field
(UTF-8, max 32 bytes; rejected for non-TIP-20 tokens), and widened
`token` to also accept curated tokenlist symbols.
```diff
await Actions.wallet.send(client, {
+ amount: '1.5',
+ memo: 'thanks',
to: '0x...',
- token: '0x...',
+ token: 'pathUsd',
- value: '1.5',
})
```
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
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 aa14def commit 33bcbcf
2 files changed
Lines changed: 3 additions & 3 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