Skip to content

Commit 19928cc

Browse files
tmigonepcarranzav
authored andcommitted
fix: whitelist to allowlist
Signed-off-by: Tomás Migone <[email protected]>
1 parent ae03579 commit 19928cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/gateway/ICallhookReceiver.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @title Interface for contracts that can receive callhooks through the Arbitrum GRT bridge
55
* @dev Any contract that can receive a callhook on L2, sent through the bridge from L1, must
6-
* be whitelisted by the governor, but also implement this interface that contains
6+
* be allowlisted by the governor, but also implement this interface that contains
77
* the function that will actually be called by the L2GraphTokenGateway.
88
*/
99
pragma solidity ^0.7.6;

0 commit comments

Comments
 (0)