Skip to content

Commit

Permalink
chore: fix chain selector lib typo
Browse files Browse the repository at this point in the history
DhairyaSethi committed Dec 25, 2024
1 parent bcd843a commit 459ec75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ contract AaveV3Ethereum_GHOCCIP151Upgrade_20241209_Base is ProtocolV3TestBase {
}

uint64 internal constant ETH_CHAIN_SELECTOR = CCIPUtils.ETH_CHAIN_SELECTOR;
uint64 internal constant ARB_CHAIN_SELECTOR = CCIPUtils.ETH_CHAIN_SELECTOR;
uint64 internal constant ARB_CHAIN_SELECTOR = CCIPUtils.ARB_CHAIN_SELECTOR;

IGhoToken internal constant GHO = IGhoToken(AaveV3EthereumAssets.GHO_UNDERLYING);
ITokenAdminRegistry internal constant TOKEN_ADMIN_REGISTRY =

0 comments on commit 459ec75

Please sign in to comment.