Skip to content

Commit aad8745

Browse files
authored
Apply suggestions from code review
1 parent 12236dd commit aad8745

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/crosschain/axelar/AxelarGatewayBase.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ abstract contract AxelarGatewayBase is Ownable {
1313

1414
IAxelarGateway public immutable localGateway;
1515

16-
// TODO: merge these two (and the corresponding setters?)
1716
mapping(string caip2 => string remoteGateway) private _remoteGateways;
1817
mapping(string caip2OrAxelar => string axelarOfCaip2) private _chainEquivalence;
1918

0 commit comments

Comments
 (0)