You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we currently have a lot of accounts funded from a mnemonic that will need to be assigned for each task we run on Sepolia (e.g. accounts 1-50 for zombie chain, 51-54 for e2e test etc)
this isn't very manageable if we want to start running multiple tests at the same time, especially now that e2e test is part of CI.
Need a setup where a main Sepolia account acts as faucet and then funds accounts according to needs, using mnemonic.
e.g. for e2e test:
Create new mnemonic
Take 5 first accounts derived from it
3 validators
1 contract deployer
1 prover
Run test
Refund main account
The text was updated successfully, but these errors were encountered:
Fixes#11765
Updating how we make sepolia deployments on k8s.
Instead of fixed pre-funded addresses, we have a single private key that
funds new addresses for each new deployment.
Also fixes setting up the transaction bot for sepolia deployments
we currently have a lot of accounts funded from a mnemonic that will need to be assigned for each task we run on Sepolia (e.g. accounts 1-50 for zombie chain, 51-54 for e2e test etc)
this isn't very manageable if we want to start running multiple tests at the same time, especially now that e2e test is part of CI.
Need a setup where a main Sepolia account acts as faucet and then funds accounts according to needs, using mnemonic.
e.g. for e2e test:
The text was updated successfully, but these errors were encountered: