Skip to content

Commit

Permalink
Update HyperlaneArbiter.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
0age authored Nov 22, 2024
1 parent 2ecc258 commit e3ddf6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/HyperlaneArbiter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ contract HyperlaneArbiter is Router {
keccak256(abi.encode(TYPEHASH, intent.fee, intent.chainId, intent.token, intent.recipient, intent.amount));
}

function getCompactWitnessTypestring() external pure returns (string memory) {
return WITNESS_TYPESTRING;
}

function _handle(
uint32,
/*origin*/
Expand Down

0 comments on commit e3ddf6f

Please sign in to comment.