Skip to content

Commit 8128b64

Browse files
authored
chore: update local environment configuration (#655)
Signed-off-by: advay-sinha <advaysinhaa@gmail.com>
1 parent d3468eb commit 8128b64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
OPERATOR_ID=<YOUR_OPERATOR_ID> #your private key, can be retrived from https://portal.hedera.com/dashboard
2-
OPERATOR_KEY=<YOUR_PRIVATE_KEY> # your account id, can be retrieved from https://portal.hedera.com/dashboard
1+
OPERATOR_ID=<YOUR_OPERATOR_ID> #your account id, can be retrived from https://portal.hedera.com/dashboard
2+
OPERATOR_KEY=<YOUR_PRIVATE_KEY> #your testnet private key, can be retrieved from https://portal.hedera.com/dashboard
33
NETWORK=<NETWORK> #eg testnet/previewnet/mainnet
44

55
# RECIPIENT_ID=<RECIPIENT_ID> #optional

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1616

1717
### Changed
1818
- chore: validate that token airdrop transactions require an available token service on the channel (#632)
19-
19+
- chore: update local environment configuration in env.example (#649)
2020
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
2121
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
2222

0 commit comments

Comments
 (0)