Skip to content

Commit 12a9d52

Browse files
author
tilo-14
committed
Refactor devnet tests: move API keys to environment variables
- Add dotenvy dependency for .env file support - Create .gitignore to exclude .env files from version control - Update devnet-client-create-cmint.rs to load HELIUS_API_KEY from env - Add debug output to client-close-ctoken.rs - Fix function names in client-create-cmint.rs (derive_cmint_compressed_address)
1 parent ccfcfa4 commit 12a9d52

6 files changed

Lines changed: 433 additions & 127 deletions

File tree

c-token/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore local environment and secrets
2+
.env
3+
.env*
4+
# Ignore build artifacts
5+
/target/

0 commit comments

Comments
 (0)