Skip to content

Commit

Permalink
feat: put pool into separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Aug 8, 2024
1 parent 207342d commit bd71cd8
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 512 deletions.
2 changes: 1 addition & 1 deletion src/contracts/misc/GhoCcipSteward.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;

import {UpgradeableLockReleaseTokenPool} from './deps/Dependencies.sol';
import {UpgradeableLockReleaseTokenPool} from './deps/UpgradeableLockReleaseTokenPool.sol';
import {RateLimiter} from './deps/RateLimiter.sol';
import {IGhoCcipSteward} from './interfaces/IGhoCcipSteward.sol';
import {RiskCouncilControlled} from './RiskCouncilControlled.sol';
Expand Down
Loading

0 comments on commit bd71cd8

Please sign in to comment.