File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
chains/evm/contracts/pools/Lombard Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ contract LombardTokenPool is TokenPool, ITypeAndVersion {
3636 error ExecutionError ();
3737 error HashMismatch ();
3838
39- /// @param remoteChainSelector CCIP selector of destination chain
40- /// @param lChainId The chain id of destination chain by Lombard Multi Chain Id conversion
41- /// @param allowedCaller The address of TokenPool on destination chain allowed to handle GMP message
39+ /// @param remoteChainSelector CCIP selector of destination chain.
40+ /// @param lChainId The chain id of destination chain by Lombard Multi Chain Id conversion.
41+ /// @param allowedCaller The address of TokenPool on destination chain allowed to handle GMP message.
4242 event PathSet (uint64 indexed remoteChainSelector , bytes32 indexed lChainId , bytes32 allowedCaller );
43- /// @param remoteChainSelector CCIP selector of destination chain
44- /// @param lChainId The chain id of destination chain by Lombard Multi Chain Id conversion
45- /// @param allowedCaller The address of TokenPool on destination chain allowed to handle GMP message
43+ /// @param remoteChainSelector CCIP selector of destination chain.
44+ /// @param lChainId The chain id of destination chain by Lombard Multi Chain Id conversion.
45+ /// @param allowedCaller The address of TokenPool on destination chain allowed to handle GMP message.
4646 event PathRemoved (uint64 indexed remoteChainSelector , bytes32 indexed lChainId , bytes32 allowedCaller );
4747 event LombardConfigurationSet (address indexed verifier , address indexed bridge , address indexed tokenAdapter );
4848
You can’t perform that action at this time.
0 commit comments