-
Notifications
You must be signed in to change notification settings - Fork 9
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
♻️ Replace WETH with Ethereum-native ETH #459
Merged
Merged
Conversation
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 stack of pull requests is managed by Graphite. Learn more about stacking. |
9815cee
to
cd1c753
Compare
f560133
to
0394eca
Compare
cd1c753
to
cb3703e
Compare
This was referenced Feb 21, 2025
Closed
cb3703e
to
a9d222b
Compare
0394eca
to
c121786
Compare
a9d222b
to
129619f
Compare
Graphite Automations"Auto-assign PRs to author" took an action on this PR • (02/28/25)1 assignee was added to this PR based on Juan Ignacio Rios's automation. |
lrazovic
approved these changes
Mar 3, 2025
This was referenced Mar 3, 2025
Merge activity
|
129619f
to
c14ed54
Compare
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.
What
This PR includes a series of changes to update the asset references from WETH to ETH across multiple files in the integration tests. The changes ensure consistency in naming and update the relevant asset locations, constants, and test cases.
Key changes include:
Asset Reference Updates:
weth_location
toeth_location
and modified its structure inintegration-tests/chopsticks/overrides/polimec.ts
.weth_location
witheth_location
in thepolimec_storage
export inintegration-tests/chopsticks/overrides/polimec.ts
.Metadata
entry to useeth_location
instead ofweth_location
inintegration-tests/chopsticks/overrides/polimec.ts
.Constant and Enum Updates:
WETH_AMOUNT
toETH_AMOUNT
inintegration-tests/chopsticks/src/constants.ts
.Asset
enum to replaceWETH
withETH
inintegration-tests/chopsticks/src/types.ts
.Manager and Transfer Updates:
WETH
withETH
in various manager classes (BridgeHubManager
,PolimecManager
,PolkadotHubManager
,PolkadotManager
) inintegration-tests/chopsticks/src/managers
. [1] [2] [3] F4258a6L46R46)ETH
instead ofWETH
inintegration-tests/chopsticks/src/tests/bridge.test.ts
andintegration-tests/chopsticks/src/transfers/BridgeToPolimec.ts
. [1] [2]Additional Changes:
integration-tests/src/tests/evaluator_slash_sideffects.rs
. [1] [2]ETH
instead ofWETH
inintegration-tests/src/tests/oracle.rs
. [1] [2] [3] [4]