Skip to content

Commit

Permalink
Move all networks to new /networks directory
Browse files Browse the repository at this point in the history
  • Loading branch information
harryttd committed Aug 29, 2023
1 parent 4f3bc3b commit 1e67bb3
Show file tree
Hide file tree
Showing 33 changed files with 12 additions and 20 deletions.
8 changes: 1 addition & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[submodule "dailynet/tezos-k8s"]
path = dailynet/tezos-k8s
url = [email protected]:oxheadalpha/tezos-k8s.git
[submodule "nairobinet/tezos-k8s"]
path = nairobinet/tezos-k8s
url = [email protected]:oxheadalpha/tezos-k8s.git
[submodule "pyrometer/tezos-k8s"]
path = pyrometer/tezos-k8s
path = networks/dailynet/tezos-k8s
url = [email protected]:oxheadalpha/tezos-k8s.git
22 changes: 11 additions & 11 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ const longCategory = "Long-running Teztnets"
// chains
const dailynet_chain = new TezosChain(
new TezosChainParametersBuilder({
yamlFile: "dailynet/values.yaml",
faucetYamlFile: "dailynet/faucet_values.yaml",
yamlFile: "networks/dailynet/values.yaml",
faucetYamlFile: "networks/dailynet/faucet_values.yaml",
faucetPrivateKey: faucetPrivateKey,
faucetRecaptchaSiteKey: faucetRecaptchaSiteKey,
faucetRecaptchaSecretKey: faucetRecaptchaSecretKey,
Expand All @@ -155,7 +155,7 @@ const dailynet_chain = new TezosChain(
"evm_fa12_contract.json",
],
// chartRepoVersion: "6.18.0",
chartPath: "dailynet/tezos-k8s",
chartPath: "networks/dailynet/tezos-k8s",
privateBakingKey: private_oxhead_baking_key,
activationBucket: activationBucket,
}),
Expand All @@ -166,8 +166,8 @@ const dailynet_chain = new TezosChain(

const mondaynet_chain = new TezosChain(
new TezosChainParametersBuilder({
yamlFile: "mondaynet/values.yaml",
faucetYamlFile: "mondaynet/faucet_values.yaml",
yamlFile: "networks/mondaynet/values.yaml",
faucetYamlFile: "networks/mondaynet/faucet_values.yaml",
faucetPrivateKey: faucetPrivateKey,
faucetRecaptchaSiteKey: faucetRecaptchaSiteKey,
faucetRecaptchaSecretKey: faucetRecaptchaSecretKey,
Expand All @@ -185,7 +185,7 @@ const mondaynet_chain = new TezosChain(
"taquito_tzip_12_16_contract.json",
],
// chartRepoVersion: "6.18.0",
chartPath: "dailynet/tezos-k8s", // Using dal node code in dailynet submod
chartPath: "networks/dailynet/tezos-k8s", // Using dal node code in dailynet submod
privateBakingKey: private_oxhead_baking_key,
activationBucket: activationBucket,
}),
Expand All @@ -198,7 +198,7 @@ const mondaynet_chain = new TezosChain(
// The RPC service and baker are in the sensitive infra.
new TezosChain(
new TezosChainParametersBuilder({
faucetYamlFile: "ghostnet/faucet_values.yaml",
faucetYamlFile: "networks/ghostnet/faucet_values.yaml",
faucetPrivateKey: faucetPrivateKey,
faucetRecaptchaSiteKey: faucetRecaptchaSiteKey,
faucetRecaptchaSecretKey: faucetRecaptchaSecretKey,
Expand All @@ -214,8 +214,8 @@ new TezosChain(

const nairobinet_chain = new TezosChain(
new TezosChainParametersBuilder({
yamlFile: "nairobinet/values.yaml",
faucetYamlFile: "nairobinet/faucet_values.yaml",
yamlFile: "networks/nairobinet/values.yaml",
faucetYamlFile: "networks/nairobinet/faucet_values.yaml",
faucetPrivateKey: faucetPrivateKey,
faucetRecaptchaSiteKey: faucetRecaptchaSiteKey,
faucetRecaptchaSecretKey: faucetRecaptchaSecretKey,
Expand Down Expand Up @@ -247,8 +247,8 @@ const nairobinet_chain = new TezosChain(

const oxfordnet_chain = new TezosChain(
new TezosChainParametersBuilder({
yamlFile: "oxfordnet/values.yaml",
faucetYamlFile: "oxfordnet/faucet_values.yaml",
yamlFile: "networks/oxfordnet/values.yaml",
faucetYamlFile: "networks/oxfordnet/faucet_values.yaml",
faucetPrivateKey: faucetPrivateKey,
faucetRecaptchaSiteKey: faucetRecaptchaSiteKey,
faucetRecaptchaSecretKey: faucetRecaptchaSecretKey,
Expand Down
1 change: 0 additions & 1 deletion nairobinet/tezos-k8s
Submodule tezos-k8s deleted from 26102b
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion pyrometer/tezos-k8s
Submodule tezos-k8s deleted from c70fce

0 comments on commit 1e67bb3

Please sign in to comment.