Skip to content

Commit

Permalink
change categories. bounce into website
Browse files Browse the repository at this point in the history
  • Loading branch information
drchrispinnock committed Oct 17, 2024
1 parent fb4d5b3 commit 2341c45
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ new TezosFaucet(
// Dal-test
const dqnet_chain = new TezosChain(
{
category: protocolCategory,
category: periodicCategory,
humanName: "DQnet-202410",
description: "Invitation only test chain for a pure DAL baking network. Please DM the Chief Baker.",
activationBucket: activationBucket,
Expand Down Expand Up @@ -360,8 +360,7 @@ const ghostnetNetwork = {
}

export const networks = {
// ...getNetworks([qenanet_chain, weeklynet_chain, pariscnet_chain]),
...getNetworks([quebecnet_chain, weeklynet_chain, pariscnet_chain]),
...getNetworks([dqnet_chain, quebecnet_chain, weeklynet_chain, pariscnet_chain]),
...{ ghostnet: ghostnetNetwork },
}

Expand Down Expand Up @@ -424,8 +423,7 @@ const mainnetMetadata = {
}

export const teztnets = {
// ...getTeztnets([qenanet_chain, weeklynet_chain, pariscnet_chain]),
...getTeztnets([quebecnet_chain, weeklynet_chain, pariscnet_chain]),
...getTeztnets([dqnet_chain, quebecnet_chain, weeklynet_chain, pariscnet_chain]),
...{ ghostnet: ghostnetTeztnet, mainnet: mainnetMetadata },
}

Expand Down

0 comments on commit 2341c45

Please sign in to comment.