Skip to content

Commit

Permalink
Add Optimism Sepolia to ChainId enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed May 13, 2024
1 parent 873b997 commit 1c603d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/constants/chainId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import {
ThetaTestnet,
ThunderCore,
ThunderCoreTestnet,
OptimismSepolia,
OptimismGoerli,
OptimismKovan,
Optimism,
Expand Down Expand Up @@ -119,6 +120,7 @@ export const DEFAULT_SUPPORTED_CHAINS = [
ThetaTestnet,
ThunderCore,
ThunderCoreTestnet,
OptimismSepolia,
OptimismGoerli,
OptimismKovan,
Optimism,
Expand Down Expand Up @@ -185,6 +187,7 @@ export enum ChainId {
OasisEmeraldTestnet = 42261,
Stardust = 588,
Andromeda = 1088,
OptimismSepolia = 11155420,
OptimismGoerli = 420,
OptimismKovan = 69,
Optimism = 10,
Expand Down

0 comments on commit 1c603d1

Please sign in to comment.