diff --git a/.gitmodules b/.gitmodules index e69de29..0e85f5c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "networks/weeklynet/tezos-k8s"] + path = networks/weeklynet/tezos-k8s + url = git@github.com:tacoinfra/tezos-k8s.git diff --git a/index.ts b/index.ts index 029c39f..86a4386 100644 --- a/index.ts +++ b/index.ts @@ -130,8 +130,8 @@ const weeklynet_chain = new TezosChain( ], helmValuesFile: "networks/weeklynet/values.yaml", bakingPrivateKey: private_teztnets_baking_key, - //chartPath: "networks/dailynet/tezos-k8s", // point to a submodule, to run unreleased tezos-k8s code - chartRepoVersion: "7.0.9", // point to a release of tezos-k8s. This should be the default state. + chartPath: "networks/weeklynet/tezos-k8s", // point to a submodule, to run unreleased tezos-k8s code + //chartRepoVersion: "7.0.9", // point to a release of tezos-k8s. This should be the default state. bootstrapPeers: [], }, provider diff --git a/networks/weeklynet/tezos-k8s b/networks/weeklynet/tezos-k8s new file mode 160000 index 0000000..50e1d95 --- /dev/null +++ b/networks/weeklynet/tezos-k8s @@ -0,0 +1 @@ +Subproject commit 50e1d95efd31dba9865304898cdf2e14c54e6871 diff --git a/networks/weeklynet/values.yaml b/networks/weeklynet/values.yaml index 1e4926e..ef3645b 100644 --- a/networks/weeklynet/values.yaml +++ b/networks/weeklynet/values.yaml @@ -168,7 +168,14 @@ nodes: smartRollupNodes: evm: - operator_account: teztnetsbaker + operators: + operating: teztnetsbaker + cementing: teztnetsbaker + executing_outbox: teztnetsbaker + batching1: evm-rollup-batcher-1 + batching2: evm-rollup-batcher-2 + batching3: evm-rollup-batcher-3 + batching4: evm-rollup-batcher-4 rollup_address: sr1RYurGZtN8KNSpkMcCt9CgWeUaNkzsAfXf ingress: # ingress details filled by pulumi @@ -227,6 +234,9 @@ archive_tarball_url: null snapshot_source: https://snapshots.tezos.marigold.dev/api/tezos-snapshots.json images: {} +tezos_k8s_images: + utils: ghcr.io/tacoinfra/tezos-k8s-utils:nicolasochem-evm_batcher_accounts +tezos_k8s_images_pull_policy: Always serviceMonitor: enabled: true @@ -354,19 +364,25 @@ accounts: key: edpkvGYHoY5kwq13Ak6r4fLa1GGSHKJZVe7xJFV6ZgHwdZeaHy3WZj bootstrap_balance: "200000000000000" is_bootstrap_baker_account: false - # SCORU test accounts - # Contact: Yann Regis-Gianas - scoru_rollup_operator: - key: edpktnY9kXbEW1HjqDbQ4AG3hYkNunxHiRsZe72gEaHxddxNBtjG7B - bootstrap_balance: "1000000000000" - is_bootstrap_baker_account: false - scoru_enduser: - key: edpkuet91oSH1Q9i4nGJRDjdsF9W7XcAteqLQe1VqSjtMHRtDpCVFp - bootstrap_balance: "1000000000000" - is_bootstrap_baker_account: false # DAL Rich account and baker # Contact: Francois Thire at Nomadic dal_rich_account: key: edpkuwL7MVYArfQN9jyR8pZTqmFGYFWTYhhF4F8KWjr2vB18ozTqbd bootstrap_balance: "370000000000" is_bootstrap_baker_account: false + evm-rollup-batcher-1: + key: edsk3ioP9xYzM1USEXsph8z2CPxxHEc85HWDRwwMeiJdMAFaMNHMWL + is_bootstrap_baker_account: false + bootstrap_balance: '2000000000' + evm-rollup-batcher-2: + key: edsk3YEZnguwHGtsDjHdHr8EenSybKyJqh9P1xnba6VWN6n5yP5hoz + is_bootstrap_baker_account: false + bootstrap_balance: '2000000000' + evm-rollup-batcher-3: + key: edsk366GyDzqJSyiZJmmexM7YubJ77rEKqcYKzRtQocKHXU2kyqcLb + is_bootstrap_baker_account: false + bootstrap_balance: '2000000000' + evm-rollup-batcher-4: + key: edsk4DKhPabyQUDfCqTRXrKucXWdkHKnYM3NYFNS2XmyCQhu9xdprZ + is_bootstrap_baker_account: false + bootstrap_balance: '2000000000'