We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5296536 commit 44fe11cCopy full SHA for 44fe11c
src/StdChains.sol
@@ -58,9 +58,9 @@ abstract contract StdChains {
58
59
// Maps from the chain's alias (matching the alias in the `foundry.toml` file) to chain data.
60
mapping(string => Chain) private chains;
61
- // Maps from the chain's alias to it's default RPC URL.
+ // Maps from the chain's alias to its default RPC URL.
62
mapping(string => string) private defaultRpcUrls;
63
- // Maps from a chain ID to it's alias.
+ // Maps from a chain ID to its alias.
64
mapping(uint256 => string) private idToAlias;
65
66
bool private fallbackToDefaultRpcUrls = true;
0 commit comments