Skip to content

Conversation

@grasphoper
Copy link
Contributor

Closes ACX-4890

Signed-off-by: Ihor Farion <ihor@umaproject.org>
@linear
Copy link

linear bot commented Dec 12, 2025

Signed-off-by: Ihor Farion <ihor@umaproject.org>
Signed-off-by: Ihor Farion <ihor@umaproject.org>
@grasphoper
Copy link
Contributor Author

This PR migrates the first of the tests under tests/evm/hardhat/chain-adapters

Let's merge it first to have a common base to use (like the fixture code)

@grasphoper grasphoper marked this pull request as ready for review January 7, 2026 21:13
Comment on lines 58 to 62
uint256 constant OFT_FEE_CAP = 1 ether;
uint256 constant L2_MAX_SUBMISSION_COST = 0.01 ether;
uint256 constant L2_GAS_PRICE = 5 gwei;
uint32 constant RELAY_MESSAGE_L2_GAS_LIMIT = 2_000_000;
uint32 constant RELAY_TOKENS_L2_GAS_LIMIT = 300_000;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we just read these from the adapter contract rather than redeclaring them as constants here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah good point. Should we add something like a claude agent to our GH workspace somehow so that it can address fixes like this? I'll do this manually, but just a thought for the future

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed here 46ab8ab

Signed-off-by: Ihor Farion <ihor@umaproject.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants