Skip to content

Commit

Permalink
docs(protocol): update TaikoConfig.sol (taikoxyz#14150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-Jiaxin-Jim authored Jul 13, 2023
1 parent b2f2388 commit f581c7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/protocol/contracts/L1/TaikoConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ pragma solidity ^0.8.20;

import { TaikoData } from "../L1/TaikoData.sol";

/// @title TaikoConfig - Library for retrieving Taiko configuration parameters
library TaikoConfig {
/// @dev Retrieves the Taiko configuration parameters
/// @return config The Taiko configuration object

function getConfig() internal pure returns (TaikoData.Config memory) {
return TaikoData.Config({
chainId: 167,
Expand Down

0 comments on commit f581c7b

Please sign in to comment.