Skip to content

Commit

Permalink
added a constant for easy identification
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Jun 11, 2024
1 parent 4c3e078 commit 5b66ae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/axelar/AxelarTransceiver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import {IAxelarTransceiver} from "./interfaces/IAxelarTransceiver.sol";
contract AxelarTransceiver is IAxelarTransceiver, AxelarGMPExecutable, Transceiver {
IAxelarGasService public immutable gasService;

string public constant AXELAR_TRANSCEIVER_VERSION = "1.0.0";

// These mappings are used to convert chainId and chainName between Wormhole and Axelar formats.
struct AxelarTransceiverStorage {
mapping(uint16 => string) idToAxelarChainId;
Expand Down

0 comments on commit 5b66ae8

Please sign in to comment.