Atleta-network / atleta

https://atleta.network
GNU General Public License v3.0
9 stars 5 forks source link

Remove prefunded evm accounts #116

Open ales-tsurko opened 3 months ago

ales-tsurko commented 3 months ago

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.

ales-tsurko commented 3 months ago

related to #92