# MongoDB Connection URL for the DApp
MONGO_URI=mongodb+srv://mte7star2026_db_user:q5OXQNK9WlD902jJ@cluster0.tjjpo68.mongodb.net/decxdb?retryWrites=true&w=majority

# MongoDB Database Name
DB_NAME=decxdb

# Private key of the wallet authorized to mint MTC tokens on-chain (testnet/mainnet)
# WARNING: Keep this secure. Do not share.
MINT_PRIVATE_KEY=0x63c80bb07924927afffaa7a627f6ca7ecee10b16f27b1f16153f9643b462133d

# Smart Contract Address for MTC Token
MTC_TOKEN_ADDRESS=0xA7E60EAFc976C46ee168939a0b4f85d659f8C5d7

# Company Wallet EOA address (for verifying native BNB transfers)
COMPANY_WALLET_ADDRESS=0xD29fC11437Eeae0e2cC2795484eBa3d0Ed9Ca2bA

# Vault address (recipient for USDT ERC20 transfers)
VAULT_ADDRESS=0xf62a0d7778E817DF41570c4a830b1495E6eA5F5b
