StdChainsMock
Inherits: Test
Functions
exposed_getChain
function exposed_getChain(string memory chainAlias) public returns (Chain memory);
exposed_getChain
function exposed_getChain(uint256 chainId) public returns (Chain memory);
exposed_setChain
function exposed_setChain(string memory chainAlias, ChainData memory chainData) public;
exposed_setFallbackToDefaultRpcUrls
function exposed_setFallbackToDefaultRpcUrls(bool useDefault) public;