In the chainspec we have accounts, which are prefunded with a lot of atla (Alice, Gerald and one more). It's there since the frontier template and it independent of the chain variant as they are defined in the testnet genesis builder function. In frontier these accounts are used for CI, benchmarking, etc. But we don't need them. The problem here is that just removing them will change the chain spec (the genesis hash). We need manage this out and clarify how to deal with such things in the future.
In the chainspec we have accounts, which are prefunded with a lot of atla (Alice, Gerald and one more). It's there since the frontier template and it independent of the chain variant as they are defined in the testnet genesis builder function. In frontier these accounts are used for CI, benchmarking, etc. But we don't need them. The problem here is that just removing them will change the chain spec (the genesis hash). We need manage this out and clarify how to deal with such things in the future.