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
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Currently, we have wallet with large amount in the genesis block from which all of the sequencers and watchtowers monitor their wallet balance. Within sequencing loop in case that faucet amount is lower than 5, it will automatically add transaction that will increase the amount wallet has by 5. Same thing happens for the watchtower.
This is not ideal solution, it's a trick we did to ensure chain operation and should be changed in the future.
Currently, we have wallet with large amount in the genesis block from which all of the sequencers and watchtowers monitor their wallet balance. Within sequencing loop in case that faucet amount is lower than 5, it will automatically add transaction that will increase the amount wallet has by 5. Same thing happens for the watchtower.
This is not ideal solution, it's a trick we did to ensure chain operation and should be changed in the future.