We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12236dd commit aad8745Copy full SHA for aad8745
contracts/crosschain/axelar/AxelarGatewayBase.sol
@@ -13,7 +13,6 @@ abstract contract AxelarGatewayBase is Ownable {
13
14
IAxelarGateway public immutable localGateway;
15
16
- // TODO: merge these two (and the corresponding setters?)
17
mapping(string caip2 => string remoteGateway) private _remoteGateways;
18
mapping(string caip2OrAxelar => string axelarOfCaip2) private _chainEquivalence;
19
0 commit comments