Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ermyas committed Sep 19, 2023
1 parent c50d195 commit 2c3cb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/axelar/AxelarReceiverAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import "./libraries/StringAddressConversion.sol";
contract AxelarReceiverAdapter is IAxelarExecutable, IMessageReceiverAdapter {
using StringAddressConversion for string;

string public constant name = "axelar";
string public constant name = "AXELAR";

IAxelarGateway public immutable gateway;
IGAC public immutable gac;
Expand Down

0 comments on commit 2c3cb63

Please sign in to comment.