mirror of
https://github.com/Instadapp/fluid-contracts-public.git
synced 2024-07-29 21:57:37 +00:00
d7a58e88ff
ARB: deploy protocols
7 lines
128 B
Solidity
7 lines
128 B
Solidity
//SPDX-License-Identifier: MIT
|
|
pragma solidity 0.8.21;
|
|
|
|
contract Error {
|
|
error FluidInfiniteProxyError(uint256 errorId_);
|
|
}
|