Skip to content

Commit

Permalink
Add Holesky to DepositSnapshot infura test (Consensys#8266)
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 authored Apr 30, 2024
1 parent a7d6c32 commit b27ca50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public static Stream<Arguments> getSupportedNetworks() {
return Stream.of(
Arguments.of(Eth2Network.GNOSIS, "https://rpc.ankr.com/gnosis"),
Arguments.of(Eth2Network.MAINNET, "https://mainnet.infura.io/v3/%INFURA_KEY%"),
Arguments.of(Eth2Network.SEPOLIA, "https://sepolia.infura.io/v3/%INFURA_KEY%"));
Arguments.of(Eth2Network.SEPOLIA, "https://sepolia.infura.io/v3/%INFURA_KEY%"),
Arguments.of(Eth2Network.HOLESKY, "https://holesky.infura.io/v3/%INFURA_KEY%"));
}
}

0 comments on commit b27ca50

Please sign in to comment.