We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I appears that PriceFeedMock.sol in LayerZero-Labs/devtools/packages/test-devtools-evm-foundry/contracts/mocks/PriceFeedMock.sol
PriceFeedMock.sol
LayerZero-Labs/devtools/packages/test-devtools-evm-foundry/contracts/mocks/PriceFeedMock.sol
Is missing the error LZ_PriceFeed_NotAnOPStack(uint32) in the interface.
LZ_PriceFeed_NotAnOPStack(uint32)
devtools/packages/test-devtools-evm-foundry/contracts/mocks/PriceFeedMock.sol
Line 184 in 36446d0
Interface is defined in LayerZero-Labs/LayerZero-v2/packages/layerzero-v2/evm/messagelib/contracts/interfaces/ILayerZeroPriceFeed.sol
LayerZero-Labs/LayerZero-v2/packages/layerzero-v2/evm/messagelib/contracts/interfaces/ILayerZeroPriceFeed.sol
https://github.com/LayerZero-Labs/LayerZero-v2/blob/2d4d177d017d525bfe11892a98f2c511155d2160/packages/layerzero-v2/evm/messagelib/contracts/interfaces/ILayerZeroPriceFeed.sol#L37-L41
Or the dependencies are broken.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I appears that
PriceFeedMock.sol
inLayerZero-Labs/devtools/packages/test-devtools-evm-foundry/contracts/mocks/PriceFeedMock.sol
Is missing the error
LZ_PriceFeed_NotAnOPStack(uint32)
in the interface.devtools/packages/test-devtools-evm-foundry/contracts/mocks/PriceFeedMock.sol
Line 184 in 36446d0
Interface is defined in
LayerZero-Labs/LayerZero-v2/packages/layerzero-v2/evm/messagelib/contracts/interfaces/ILayerZeroPriceFeed.sol
https://github.com/LayerZero-Labs/LayerZero-v2/blob/2d4d177d017d525bfe11892a98f2c511155d2160/packages/layerzero-v2/evm/messagelib/contracts/interfaces/ILayerZeroPriceFeed.sol#L37-L41
Or the dependencies are broken.
The text was updated successfully, but these errors were encountered: