Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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;