Skip to content

Commit

Permalink
21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drchrispinnock committed Jan 15, 2025
1 parent bbd4341 commit f7bc887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ new TezosFaucet(
// * heavy usage on the RPC endpoint requires a more elaborate setup
// with archive/rolling nodes, NGINX path filtering and rate limiting.
// Consequently, we made a special class "TezosNodes" for the purpose.
const ghostnetRollingVersion = "octez-v21.1";
const ghostnetArchiveVersion = "octez-v21.1";
const ghostnetRollingVersion = "octez-v21.2";
const ghostnetArchiveVersion = "octez-v21.2";
const ghostnet_chain = new TezosNodes(
"ghostnet-nodes",
{
Expand Down Expand Up @@ -321,7 +321,7 @@ export const networks = {
}

// We hardcode the values to be displayed on the webpage.
const lastBakingDaemonMainnetGhostnet = "PsParisC"
const lastBakingDaemonMainnetGhostnet = "PsQuebec"
const ghostnetTeztnet = {
category: "Long-running Teztnets",
chain_name: "TEZOS_ITHACANET_2022-01-25T15:00:00Z",
Expand Down

0 comments on commit f7bc887

Please sign in to comment.