Skip to content

Commit 9fe0bcc

Browse files
authored
chore: Update env.example NETWORK to encourage testnet or local usage (#664)
Signed-off-by: Ryley Mao <rymao_@outlook.com>
1 parent 8128b64 commit 9fe0bcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OPERATOR_ID=<YOUR_OPERATOR_ID> #your account id, can be retrived from https://portal.hedera.com/dashboard
22
OPERATOR_KEY=<YOUR_PRIVATE_KEY> #your testnet private key, can be retrieved from https://portal.hedera.com/dashboard
3-
NETWORK=<NETWORK> #eg testnet/previewnet/mainnet
3+
NETWORK=<NETWORK> #eg testnet/local/previewnet/mainnet, default to testnet or local
44

55
# RECIPIENT_ID=<RECIPIENT_ID> #optional
66
# RECIPIENT_KEY=<RECIPIENT_KEY> #optional

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1717
### Changed
1818
- chore: validate that token airdrop transactions require an available token service on the channel (#632)
1919
- chore: update local environment configuration in env.example (#649)
20+
- chore: Update env.example NETWORK to encourage testnet or local usage (#659)
2021
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
2122
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
2223

0 commit comments

Comments
 (0)