Skip to content

Commit

Permalink
increase tokens to send
Browse files Browse the repository at this point in the history
RensR committed Oct 31, 2024
1 parent dee87c1 commit 7ec6edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/test/fork/CCIPTestSuite.sol
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ contract CCIPTestSuite is Test {
bytes32 internal constant TypeAndVersion1_5_OnRamp = keccak256("EVM2EVMOnRamp 1.5.0");
bytes32 internal constant TypeAndVersion1_5_OffRamp = keccak256("EVM2EVMOffRamp 1.5.0");

uint256 internal constant TOKENS_TO_SEND = 1;
uint256 internal constant TOKENS_TO_SEND = 100;
uint16 internal constant MAX_RETURN_BYTES = 4 + 8 * 32;
uint16 internal constant GAS_FOR_CALL_WITH_EXACT_GAS = 2500;
uint256 internal constant TX_GAS_LIMIT = 1e6;

0 comments on commit 7ec6edb

Please sign in to comment.