-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
15 lines (13 loc) · 807 Bytes
/
Copy path.env.example
File metadata and controls
15 lines (13 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# --- Hedera operator ------------------------------------------------------
# Operator = deployer + token treasury/keys for the MVP. Funded testnet account on chain 296.
# Raw-hex ECDSA key (EVM-style); hardhat.config signs the testnet network with it.
OPERATOR_ID=0.0.xxxxxx
OPERATOR_KEY=0x... # raw-hex ECDSA private key (never commit the real one)
# --- Read layer + EVM relay ----------------------------------------------
MIRROR_NODE_URL=https://testnet.mirrornode.hedera.com/api/v1
HASHIO_RPC_URL=https://testnet.hashio.io/api # Hedera EVM relay, chain id 296
# --- Written back by `pnpm run deploy` (also committed to deployments/testnet.json) -----
# Settlement is native HBAR — there is NO settlement token to configure.
VAULT_ADDRESS=
SHARE_TOKEN_ID=
CLAIM_NFT_TOKEN_ID=