Skip to content

Commit

Permalink
[REVERT IN PROD] enable CI workflow AVAX LinkedPools
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Nov 14, 2023
1 parent 84e0d8e commit f231cb2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ contract LinkedPoolConfigUSDCAvaxTestFork is LinkedPoolConfigIntegrationTest {
uint256 public constant MAX_PERCENT_DELTA = 0;

constructor() LinkedPoolConfigIntegrationTest("avalanche", "CCTP.USDC", SWAP_VALUE, MAX_PERCENT_DELTA) {}

// TODO: remove before merging
function runIfDeployed() public pure override returns (bool) {
return true;
}
}

0 comments on commit f231cb2

Please sign in to comment.