We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae03579 commit 19928ccCopy full SHA for 19928cc
contracts/gateway/ICallhookReceiver.sol
@@ -3,7 +3,7 @@
3
/**
4
* @title Interface for contracts that can receive callhooks through the Arbitrum GRT bridge
5
* @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
+ * be allowlisted by the governor, but also implement this interface that contains
7
* the function that will actually be called by the L2GraphTokenGateway.
8
*/
9
pragma solidity ^0.7.6;
0 commit comments