Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
f115aed to
b251f52
Compare
b251f52 to
65209f6
Compare
5af03f0 to
65209f6
Compare
65209f6 to
11f5d03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.10.10→^0.12.0Release Notes
wevm/wagmi (wagmi)
v0.12.13Compare Source
Patch Changes
#2270
6d1fa9dfThanks @jxom! - Updated references.Updated dependencies [
6d1fa9df]:v0.12.12Compare Source
Patch Changes
#2208
cfc696d8Thanks @bangtoven! - Bumped references to apply coinbase wallet sdk updatesUpdated dependencies [
cfc696d8]:v0.12.11Compare Source
Patch Changes
a4ca4b05Thanks @tmm! - Downgraded abitype.v0.12.10Compare Source
Patch Changes
#2143
26dc5326Thanks @tmm! - Exported Sepolia Chain.#2146
21b6842eThanks @tmm! - Bumped referencesUpdated dependencies [
26dc5326,21b6842e]:v0.12.9Compare Source
Patch Changes
664c2b16Thanks @jxom! - Bumped React Query & ABIType dependenciesv0.12.8Compare Source
Patch Changes
#2099
f1fee5b3Thanks @jxom! - Added chains:nexipolygonZkEvmxdcxdcTestnet#2085
7d64e3f5Thanks @jxom! - Fixed an issue where multicall would not throw if the target chain was not configured on the wagmi client.Updated dependencies [
f1fee5b3,7d64e3f5]:v0.12.7Compare Source
Patch Changes
#2082
2ccc8a25Thanks @jxom! - Updated references.Updated dependencies [
2ccc8a25]:v0.12.6Compare Source
Patch Changes
#2056
944f6513Thanks @tmm! - Bumped references.Updated dependencies [
944f6513]:v0.12.5Compare Source
Patch Changes
#2053
665df1bfThanks @tmm! - Fixed issue where you add a new chain to MetaMask, but the switch after is rejected.Updated dependencies [
665df1bf]:v0.12.4Compare Source
Patch Changes
#2046
90d8e9b8Thanks @tmm! - Exported internal type.Updated dependencies [
90d8e9b8]:v0.12.3Compare Source
Patch Changes
#2039
bac893abThanks @tmm! - Updated references.#2043
49a58320Thanks @tmm! - RemovedInjectedConnectorshimChainChangedDisconnectshim (no longer necessary).#2042
e7ac7afcThanks @tmm! - Fixed exposed types that weren't passed down.Updated dependencies [
bac893ab,49a58320]:v0.12.2Compare Source
Patch Changes
#2016
06bf61deThanks @jxom! - Added chains:bobachronoscrossbelldfkdogechainflareflareTestnetklaytnscrollTestnetshardeumSphinxskaleCalypsoskaleCalypsoTestnetskaleChaosTestnetskaleCryptoBladesskaleCryptoColosseumskaleEuropaskaleEuropaTestnetskaleExordeskaleHumanProtocolskaleNebulaskaleNebulaTestnetskaleRazorskaleTitanskaleTitanTestnetsongbirdsongbirdTestnettitantitanTestnetwanchainwanchainTestnet#2016
06bf61deThanks @jxom! - Updated references/ submodule.Updated dependencies [
06bf61de,06bf61de]:v0.12.1Compare Source
Patch Changes
#2270
6d1fa9dfThanks @jxom! - Updated references.Updated dependencies [
6d1fa9df]:v0.12.0Compare Source
Minor Changes
#1902
0994e896Thanks @jxom! - Breaking: Removed theversionconfig option forWalletConnectConnector.WalletConnectConnectornow uses WalletConnect v2 by default. WalletConnect v1 is nowWalletConnectLegacyConnector.WalletConnect v2
import { WalletConnectConnector } from 'wagmi/connectors/walletConnect' const connector = new WalletConnectConnector({ options: { - version: '2', projectId: 'abc', }, })WalletConnect v1
Patch Changes
0994e896]:v0.11.7Compare Source
Patch Changes
#1907
cc4e74eeThanks @jxom! - Added the following chains to thewagmi/chainsentrypoint:baseGoerliharmonyOnepolygonZkEvmTestnetUpdated dependencies [
cc4e74ee]:v0.11.6Compare Source
Patch Changes
#1882
282cc1b0Thanks @tmm! - Updated references.Updated dependencies [
282cc1b0]:v0.11.5Compare Source
Patch Changes
#1812
c7fd7fbdThanks @jxom! - Added the following chains to thewagmi/chainsentrypoint:filecoinCalibrationmoonbaseAlphamoonbeammoonriverUpdated dependencies [
c7fd7fbd]:v0.11.4Compare Source
Patch Changes
#1679
3cef111bThanks @aj-may! - FixeduseAccountonConnectandonDisconnectcallbacks for React Strict Mode.#1786
b173a431Thanks @tmm! - Locked ethers peer dependency version to >=5.5.1 <6#1787
f023fd8fThanks @tmm! - AddedSafeConnectorUpdated dependencies [
b173a431,f023fd8f]:v0.11.3Compare Source
Patch Changes
#1773
9aaf1955Thanks @jxom! - Updated@walletconnect/universal-provideronWalletConnectConnectorv2.Added more signable methods to
WalletConnectConnectorv2.#1773
9aaf1955Thanks @jxom! - Added Telos to thewagmi/chainsentrypoint. Thanks @donnyquixotic!Updated dependencies [
9aaf1955,9aaf1955]:v0.11.2Compare Source
Patch Changes
#1756
31d06b8cThanks @jxom! - Added OKC Chain. Thanks @clark-cui!#1756
31d06b8cThanks @jxom! - Fixed race condition betweenswitchNetworkand mutation Actions that usechainId(e.g.sendTransaction). Thanks @DanInTheD4rk!Updated dependencies [
31d06b8c,31d06b8c]:v0.11.1Compare Source
Patch Changes
#1752
144a0e76Thanks @jxom! - ImprovedWalletConnectConnector(v2) initialization & updated dependencies.#1752
144a0e76Thanks @jxom! - Added the following chains to thewagmi/chainsentrypoint:Updated dependencies [
144a0e76,144a0e76]:v0.11.0Compare Source
Minor Changes
01e21897Thanks @tmm! - Bumped minimum TypeScript version to typescript@>=4.9.4. TypeScript 5.0 is coming soon and has some great features we are excited to bring into wagmi. To prepare for this, update your TypeScript version to 4.9.4 or higher. There are likely no breaking changes if you are coming from typescript@4.7.x || typescript@4.8.x.Patch Changes
01e21897]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.