-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
15 lines (11 loc) · 727 Bytes
/
Copy path.env.example
File metadata and controls
15 lines (11 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copy to .env and fill in. These are read by the CLI and the integration test.
# NEVER commit a real mnemonic. .env is gitignored.
# BIP-39 mnemonic for a THROWAWAY TESTNET wallet (12 or 24 words).
# This is a private key. Use a testnet-only wallet funded from the faucet.
ML_MNEMONIC="abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about"
# Public Lovelace testnet indexer (api-web-server v2). Override to use your own.
ML_INDEXER="https://api-server-lovelace.mintlayer.org"
# Optional: recipient address for the integration test. If unset, sends to self.
# ML_TO="tmt1q..."
# Optional: amount to send in atoms for the integration test (default 0.001 ML).
# ML_AMOUNT="100000000"