-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Viem V2 / Ethers V6 and update deps (#178)
* update deps * update polkadot deps versions * install ts-node for jest * update lock file * viem version range peer dep * change viem contract instancing * fix typying issues * viem version range * revert polkadot versions * update ethers to V6 * update package versions * fix ethers estimated gas * fix ethers 6 migration * add changeset * update peerdep * update changeset * update ethers * update Readme * update Readme * remove v0 links from Readme
- Loading branch information
Showing
12 changed files
with
3,465 additions
and
3,277 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
'@moonbeam-network/xcm-config': major | ||
'@moonbeam-network/xcm-utils': major | ||
'@moonbeam-network/xcm-sdk': major | ||
'@moonbeam-network/xcm-builder': major | ||
'@moonbeam-network/xcm-types': major | ||
--- | ||
|
||
Upgrate Viem and ethers major versions | ||
|
||
Breaking changes: we now require either `viem` V2 or `ethers` V6 | ||
|
||
To upgrade to this version just update the corresponding library. Here are the migration guides for both: | ||
|
||
viem: | ||
https://wagmi.sh/core/guides/migrate-from-v1-to-v2 | ||
https://wagmi.sh/react/guides/migrate-from-v1-to-v2 | ||
|
||
ethers: | ||
https://docs.ethers.org/v6/migrating/ |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ | |
"@moonbeam-network/xcm-utils": "1.0.4" | ||
}, | ||
"devDependencies": { | ||
"bun": "^1.0.20" | ||
"bun": "^1.0.21" | ||
} | ||
} |
Oops, something went wrong.