Skip to content

Commit

Permalink
quebec
Browse files Browse the repository at this point in the history
  • Loading branch information
drchrispinnock committed Sep 18, 2024
1 parent 414847a commit 266ad0a
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 @@ -219,7 +219,7 @@ new TezosFaucet(
},
provider
)
*/

// Quebec B
//
Expand Down Expand Up @@ -251,8 +251,6 @@ new TezosFaucet(
},
provider
)
// XXX end of Q
*/

// ParisC reboot test network
const pariscnet_chain = new TezosChain(
Expand Down Expand Up @@ -384,7 +382,7 @@ const ghostnetNetwork = {
}

export const networks = {
...getNetworks([weeklynet_chain, pariscnet_chain, betanet3_chain]),
...getNetworks([quebecbnet_chain, weeklynet_chain, pariscnet_chain, betanet3_chain]),
...{ ghostnet: ghostnetNetwork },
}

Expand Down Expand Up @@ -450,7 +448,7 @@ const mainnetMetadata = {
}

export const teztnets = {
...getTeztnets([weeklynet_chain, pariscnet_chain, betanet3_chain]),
...getTeztnets([quebecbnet_chain, weeklynet_chain, pariscnet_chain, betanet3_chain]),
...{ ghostnet: ghostnetTeztnet, mainnet: mainnetMetadata },
}

Expand Down

0 comments on commit 266ad0a

Please sign in to comment.