-
Notifications
You must be signed in to change notification settings - Fork 457
fix: restore devnet/testnet e2e contract tests #1998
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
13b1696
fix: remove declare blocks from CustomAsset.ts to fix devnet/testnet …
nelitow 35f5bf6
fix: replace brittle XPath selector with DB lookup in getAddressForAc…
nelitow 299b666
Remove duplicate declarations and backup file
nelitow 12ddce6
fix: redeploy testnet contracts and regenerate types
nelitow dbebcbc
fix: redeploy devnet contracts and update contract IDs
nelitow 20df877
fix: update devnet network name to match actual chain name 'Fuel Igni…
nelitow 65c51ba
fix: wait for network switch confirmation in addNetwork click path
nelitow 1c0beff
fix: use correct chainId in dApp Providers based on network URL
nelitow 7fd5e58
fix: update popup URL predicate in FuelWalletTestHelper to include .h…
nelitow 6951a53
revert: restore original amountToFund 0.001 in e2e contract tests
nelitow a5bf476
chore: add changelog entry for patch updates to playwright-utils and …
nelitow 60a4a71
chore: update fast-xml-parser version range in package.json
nelitow d735c55
chore: update fast-xml-parser and strnum versions in pnpm-lock.yaml
nelitow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "ExternalContract": "0xd979f703306204cbcec50fe740d677f842db363090c0f708a5debbe57ec6ba38", | ||
| "MainContract": "0xee66b4695109f8b6497aafbac959c20a398a20dd8a55603e27a6020834dceb21" | ||
| "ExternalContract": "0xa7ac82064995d8a534efcc7a0cf24619789ac4664aa29ec20a122183327b9a2c", | ||
| "MainContract": "0xee7552b40c6b23ebbfa20217aaef6c3358f41277b548740607fdeae1d6b97790" | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "ExternalContract": "0x77ed3b607f7a316b2b95684be600a2b44c570a4d99bba091205df76fcba53113", | ||
| "MainContract": "0xcfd33edad0a69a9bed46547e4e9f0f07dc241e6c6f665b8fa62fc72d49452f24" | ||
| "ExternalContract": "0xaaf03c1b56b8e5499b9bf721c8f341831a1804203207c768800f4c06ab7e5898", | ||
| "MainContract": "0xc6dcdbb73792db28376817e35690bf6ca4dd11ba72a8b5f0e013c34e52324c90" | ||
| } |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.