Add warning about issue with Arbitrum cross-chain utilities (#3626)
(cherry picked from commit 6729fec74a)
This commit is contained in:
committed by
Francisco Giordano
parent
03ccb8ec33
commit
1f0d3db597
@ -17,6 +17,11 @@ import "./LibArbitrumL2.sol";
|
||||
* this specialization of {CrossChainEnabled} does not include a constructor.
|
||||
*
|
||||
* _Available since v4.6._
|
||||
*
|
||||
* WARNING: There is currently a bug in Arbitrum that causes this contract to
|
||||
* fail to detect cross-chain calls when deployed behind a proxy. This will be
|
||||
* fixed when the network is upgraded to Arbitrum Nitro, currently scheduled for
|
||||
* August 31st 2022.
|
||||
*/
|
||||
abstract contract CrossChainEnabledArbitrumL2 is CrossChainEnabled {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user