Skip to content

Commit 44fe11c

Browse files
authored
Update StdChains.sol
1 parent 5296536 commit 44fe11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StdChains.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ abstract contract StdChains {
5858

5959
// Maps from the chain's alias (matching the alias in the `foundry.toml` file) to chain data.
6060
mapping(string => Chain) private chains;
61-
// Maps from the chain's alias to it's default RPC URL.
61+
// Maps from the chain's alias to its default RPC URL.
6262
mapping(string => string) private defaultRpcUrls;
63-
// Maps from a chain ID to it's alias.
63+
// Maps from a chain ID to its alias.
6464
mapping(uint256 => string) private idToAlias;
6565

6666
bool private fallbackToDefaultRpcUrls = true;

0 commit comments

Comments
 (0)