Skip to content

Commit

Permalink
nuke p2p
Browse files Browse the repository at this point in the history
  • Loading branch information
drchrispinnock committed Sep 11, 2024
1 parent 211b377 commit 3bec7f3
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,37 +183,6 @@ new TezosFaucet(
provider
)

// Beta First Blood Part II
//
const p2pnet_chain = new TezosChain(
{
category: protocolCategory,
humanName: "Ptopnet",
description: "Test Chain for the P2P testing",
activationBucket: activationBucket,
helmValuesFile: "networks/p2pnet/values.yaml",
bakingPrivateKey: private_teztnets_baking_key,
bootstrapPeers: [],
rpcUrls: [],
indexers: [],
chartRepoVersion: "7.0.9",
},
provider
)
new TezosFaucet(
p2pnet_chain.name,
{
namespace: p2pnet_chain.namespace,
humanName: "P2PNet",
helmValuesFile: "networks/p2pnet/faucet_values.yaml",
faucetPrivateKey: faucetPrivateKey,
faucetRecaptchaSiteKey: faucetRecaptchaSiteKey,
faucetRecaptchaSecretKey: faucetRecaptchaSecretKey,
chartRepoVersion: "7.0.9",
},
provider
)

// Q
//
/*const qnet_chain = new TezosChain(
Expand Down Expand Up @@ -381,7 +350,7 @@ const ghostnetNetwork = {
}

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

Expand Down Expand Up @@ -447,7 +416,7 @@ const mainnetMetadata = {
}

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

Expand Down

0 comments on commit 3bec7f3

Please sign in to comment.