Skip to content

Commit

Permalink
remove Paris2
Browse files Browse the repository at this point in the history
  • Loading branch information
drchrispinnock committed Jun 28, 2024
1 parent 0c1aeac commit e091437
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,38 +221,6 @@ new TezosFaucet(
provider
)

// Paris2net reboot test network
const paris2net_chain = new TezosChain(
{
category: protocolCategory,
humanName: "Paris2net",
description: "Test Chain for Paris protocol",
activationBucket: activationBucket,
helmValuesFile: "networks/paris2net/values.yaml",
bakingPrivateKey: private_teztnets_baking_key,
bootstrapPeers: ["parisnet.tzinit.net"],
rpcUrls: [],
indexers: [],
chartRepoVersion: "7.1.2",
networkStakes: true,
},
provider
)
new TezosFaucet(
paris2net_chain.name,
{
namespace: paris2net_chain.namespace,
humanName: "Paris2net",
helmValuesFile: "networks/paris2net/faucet_values.yaml",
faucetPrivateKey: faucetPrivateKey,
faucetRecaptchaSiteKey: faucetRecaptchaSiteKey,
faucetRecaptchaSecretKey: faucetRecaptchaSecretKey,
chartRepoVersion: "7.1.2",
},
provider
)


function getNetworks(chains: TezosChain[]): object {
const networks: { [name: string]: object } = {}

Expand Down

0 comments on commit e091437

Please sign in to comment.