From e4d579a1e4c9869d6ee0abf1a0202ca723d48417 Mon Sep 17 00:00:00 2001 From: Nicolas Ochem Date: Fri, 9 Feb 2024 18:00:22 -0800 Subject: [PATCH] introduce new batchers to dailynet as well --- index.ts | 2 +- networks/dailynet/values.yaml | 35 ++++++++++++++++++++++++----------- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/index.ts b/index.ts index 7e82e6a..51051e5 100644 --- a/index.ts +++ b/index.ts @@ -97,7 +97,7 @@ const dailynet_chain = new TezosChain( helmValuesFile: "networks/dailynet/values.yaml", bakingPrivateKey: private_teztnets_baking_key, //chartPath: "networks/dailynet/tezos-k8s", // point to a submodule, to run unreleased tezos-k8s code - chartRepoVersion: "7.1.0", // point to a release of tezos-k8s. This should be the default state. + chartRepoVersion: "7.1.1", // point to a release of tezos-k8s. This should be the default state. }, provider ) diff --git a/networks/dailynet/values.yaml b/networks/dailynet/values.yaml index 726688f..06866a3 100644 --- a/networks/dailynet/values.yaml +++ b/networks/dailynet/values.yaml @@ -188,7 +188,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 @@ -297,19 +304,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 # Contact: Francois Thire at Nomadic dal_rich_account: key: edpkuwL7MVYArfQN9jyR8pZTqmFGYFWTYhhF4F8KWjr2vB18ozTqbd bootstrap_balance: "1000000000000" 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'