Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Nov 18, 2024
1 parent 882597c commit f4e2bce
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ contract TokenPool_addRemotePool is TokenPoolSetup {
uint64 chainSelector = DEST_CHAIN_SELECTOR;
bytes memory remotePool = abi.encode(type(uint256).max);

// TokenPool.ChainUpdate[] memory chainUpdates = new TokenPool.ChainUpdate[](1);
// chainUpdates[0] = TokenPool.ChainUpdate({
// remoteChainSelector: chainSelector,
// remotePoolAddress: abi.encode(initialPool),
// remoteTokenAddress: abi.encode(remoteToken),
// outboundRateLimiterConfig: _getOutboundRateLimiterConfig(),
// inboundRateLimiterConfig: _getInboundRateLimiterConfig()
// });
// s_tokenPool.applyChainUpdates(new uint64[](0), chainUpdates);

vm.expectRevert(abi.encodeWithSelector(TokenPool.NonExistentChain.selector, chainSelector));

s_tokenPool.addRemotePool(chainSelector, remotePool);
Expand Down

0 comments on commit f4e2bce

Please sign in to comment.