Przeglądaj źródła

contrib/localnet: Lower limits for faucetd.

parazyd 4 lat temu
rodzic
commit
98e0dcefb4
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      contrib/localnet/faucetd.toml

+ 6 - 0
contrib/localnet/faucetd.toml

@@ -35,3 +35,9 @@ sync_p2p_seed = ["tls://127.0.0.1:8342"]
 
 # Peers to connect to for the syncing protocol
 #sync_p2p_peer = []
+
+# Airdrop timeout limit in seconds
+airdrop_timeout = 10
+
+# Airdrop amount limit
+airdrop_limit = "1000000"