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
I am trying to modify the PRE_FUNDED_ACCOUNTS in the file \src\prelaunch_data_generator\genesis_constants\genesis_constants.star. The format I used is correct, but after starting the project, the initialization allocates 1 billion units of the main currency to each of 20 accounts. These 20 accounts are generated based on the mnemonic phrase specified in the DEFAULT_MNEMONIC parameter in \src\package_io\constants.star, which corresponds to the first 20 wallets.
My questions are:
How can I specify other wallets to receive the initial assets instead of these 20 wallets?
Where can I redefine the initial allocation of 1 billion units of the main currency?
First of all, I would like to thank the open-source developers for their contributions. Secondly, I would appreciate it if you could help me resolve this confusion. Thank you!
The text was updated successfully, but these errors were encountered:
Additionally, I have packaged the browser (Blockscout) into a Docker image. After starting the project with Kurtosis, how can I modify the Blockscout code without affecting the operation of the entire project?
I am trying to modify the PRE_FUNDED_ACCOUNTS in the file
\src\prelaunch_data_generator\genesis_constants\genesis_constants.star.
The format I used is correct, but after starting the project, the initialization allocates 1 billion units of the main currency to each of 20 accounts. These 20 accounts are generated based on the mnemonic phrase specified in theDEFAULT_MNEMONIC
parameter in\src\package_io\constants.star,
which corresponds to the first 20 wallets.My questions are:
How can I specify other wallets to receive the initial assets instead of these 20 wallets?
Where can I redefine the initial allocation of 1 billion units of the main currency?
First of all, I would like to thank the open-source developers for their contributions. Secondly, I would appreciate it if you could help me resolve this confusion. Thank you!
The text was updated successfully, but these errors were encountered: