Skip to content

Commit

Permalink
warriors
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 9, 2023
1 parent 53967b6 commit 7cc7d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messaging/warriors/contracts/CrossChainWarriors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ contract CrossChainWarriors is
event CrossChainWarriorsRevertedEvent(uint256, address, address);

using Counters for Counters.Counter;
Counters.Counter public tokenIds;
bytes32 public constant CROSS_CHAIN_WARRIORS_MESSAGE_TYPE =
keccak256("CROSS_CHAIN_CROSS_CHAIN_WARRIORS");
ZetaTokenConsumer private immutable _zetaConsumer;
IERC20 internal immutable _zetaToken;
Counters.Counter public tokenIds;

constructor(
address connectorAddress,
Expand Down

0 comments on commit 7cc7d6d

Please sign in to comment.