Skip to content

Commit

Permalink
Add Somnia Testnet and Monad Testnet to config
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanpince committed Feb 26, 2025
1 parent a181b69 commit 2bd6426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/network/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,7 @@ export const allNetworks = validateAndSortNetworks([
createNetworkConfig(ChainId.MOONBASE_ALPHA),
createNetworkConfig(ChainId.ETHERLINK),
createNetworkConfig(ChainId.ETHERLINK_TESTNET),
createNetworkConfig(ChainId.SOMNIA_TESTNET),
createNetworkConfig(ChainId.MONAD_TESTNET),
...hardhatNetworks
])

0 comments on commit 2bd6426

Please sign in to comment.