mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 22:13:11 +00:00
revert default tokens to mint to 5
This commit is contained in:
parent
4743d2416e
commit
0cf6742e8c
@ -37,7 +37,7 @@ class NodeTokenInitializer:
|
||||
# Approver private key for adding accounts to approved minters list
|
||||
self.approver_private_key = os.getenv('PRIVATE_KEY')
|
||||
|
||||
self.mint_amount = int(os.getenv('MINT_AMOUNT', '500000000000000000000')) # at least 5 tokens required for membership with RLN_RELAY_MSG_LIMIT=100
|
||||
self.mint_amount = int(os.getenv('MINT_AMOUNT', '5000000000000000000')) # at least 5 tokens required for membership with RLN_RELAY_MSG_LIMIT=100
|
||||
|
||||
if not self.private_key:
|
||||
raise ValueError("NODE_PRIVATE_KEY (Ethereum account private key) environment variable is required")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user