Skip to content

Commit

Permalink
Fix #310 Update fetchValidatorIndex.unit.test.ts removing prater (#311)
Browse files Browse the repository at this point in the history
Fixed #310 @pablomendezroyo prater.beaconcha.in isn't running anymore. Merge this commit before #309 and update #309 with main for successful testing
  • Loading branch information
mgarciate authored May 24, 2024
1 parent 0aaeefa commit 1e98651
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { BeaconchaApi } from "../../../../src/modules/apiClients/index.js";
describe.only("Test for fetching validator indexes in every available network", () => {
const networks: Network[] = [
"mainnet",
"prater",
"gnosis",
"lukso",
"holesky",
Expand Down Expand Up @@ -60,16 +59,6 @@ const networkTestMap = new Map<
indexes: [8499, 347967],
},
],
[
"prater",
{
pubkeys: [
"0x8000091c2ae64ee414a54c1cc1fc67dec663408bc636cb86756e0200e41a75c8f86603f104f02c856983d2783116be13",
"0x80003a1c67216514e4ab257738e59ef38063edf43bc4a2ef9d38633bdde117384401684c6cf81aa04cf18890e75ab52c",
],
indexes: [55293, 351819],
},
],
[
"gnosis",
{
Expand Down Expand Up @@ -112,13 +101,6 @@ const beaconchaApiParamsMap = new Map<string, ApiParams>([
apiPath: "/api/v1/",
},
],
[
"prater",
{
baseUrl: "https://prater.beaconcha.in",
apiPath: "/api/v1/",
},
],
[
"gnosis",
{
Expand Down

0 comments on commit 1e98651

Please sign in to comment.