Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
drchrispinnock committed Sep 18, 2024
1 parent 266ad0a commit 6767920
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ new TezosFaucet(
provider
)

/*
// Quebec A
//
const quebecanet_chain = new TezosChain(
Expand Down Expand Up @@ -219,7 +218,6 @@ new TezosFaucet(
},
provider
)
*/

// Quebec B
//
Expand Down Expand Up @@ -382,7 +380,7 @@ const ghostnetNetwork = {
}

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

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

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

Expand Down

0 comments on commit 6767920

Please sign in to comment.