-
Notifications
You must be signed in to change notification settings - Fork 621
[SDK] test: Update smart wallet tests to use Arbitrum Sepolia #6436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK] test: Update smart wallet tests to use Arbitrum Sepolia #6436
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6436 +/- ##
==========================================
+ Coverage 54.62% 54.64% +0.02%
==========================================
Files 874 874
Lines 54743 54707 -36
Branches 3711 3709 -2
==========================================
- Hits 29902 29897 -5
+ Misses 24746 24716 -30
+ Partials 95 94 -1
🚀 New features to boost your workflow:
|
Merge activity
|
<!--
## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"
If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):
## Notes for the reviewer
Anything important to call out? Be sure to also clarify these in your comments.
## How to test
Unit tests, playground, etc.
-->
<!-- start pr-codex -->
---
## PR-Codex overview
This PR updates the test file `smart-wallet-integration-v07.test.ts` to switch the blockchain network from `sepolia` to `arbitrumSepolia`, modifies the contract address, and adds a new expectation for contract deployment verification.
### Detailed summary
- Added import for `arbitrumSepolia`.
- Changed the blockchain network from `sepolia` to `arbitrumSepolia`.
- Updated the contract address from `0xe2cb0eb5147b42095c2FfA6F7ec953bb0bE347D8` to `0x6A7a26c9a595E6893C255C9dF0b593e77518e0c3`.
- Added expectation to verify if the contract is deployed.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
4321c5b to
efceadd
Compare

PR-Codex overview
This PR updates the testing for the smart wallet integration by switching the blockchain network from
sepoliatoarbitrumSepolia, modifies the contract address, and enhances the test assertions to ensure a contract is deployed.Detailed summary
arbitrumSepolia.chainvariable fromsepoliatoarbitrumSepolia.0xe2cb0eb5147b42095c2FfA6F7ec953bb0bE347D8to0x6A7a26c9a595E6893C255C9dF0b593e77518e0c3.