Skip to content

Commit

Permalink
fix:Add docs
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <281165273grape@gmail.com>
  • Loading branch information
GrapeBaBa committed Dec 19, 2023
1 parent 40bd7e2 commit b084bfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hildr-node/src/main/java/io/optimism/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,11 @@ public static ChainConfig baseGoerli() {
"0x4200000000000000000000000000000000000016");
}

/**
* Base sepolia chain config.
*
* @return the chain config
*/
public static ChainConfig baseSepolia() {
return new ChainConfig(
"base-sepolia",
Expand Down

0 comments on commit b084bfc

Please sign in to comment.