Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions settings/Mainnet.toml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[network]
name = "mainnet"
stacks_node_rpc_address = "https://api.hiro.so"
deployment_fee_rate = 10

# ==========================================
# IMPORTANT SECURITY NOTICE
# ==========================================
#
# Copy this file to settings/Mainnet.toml.local before adding mnemonics.
# The .local file is gitignored and will NOT be committed.
#
# NEVER commit wallet mnemonics to version control!
#
# For production deployments:
# 1. Use environment variables: export DEPLOYER_MNEMONIC="your phrase"
# 2. Or use Clarinet's secure credential management
# 3. Or copy this to Mainnet.toml.local and add mnemonics there
#
# ==========================================

[accounts.deployer]
# Replace with your actual mnemonic in Mainnet.toml.local
mnemonic = "REPLACE_WITH_YOUR_MNEMONIC"

# Add additional accounts as needed:
# [accounts.wallet2]
# mnemonic = "your second wallet mnemonic"
Loading