Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified the scripts for old and new wallets #63

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ PRIVATE_KEY=private_key
PROJECT_KEY=project_key
PROJECT_KEY_TESTNET=project_key_testnet
API_KEY=api_key
INCORRECT_API_KEY=incorrect_api_key
INVALID_API_KEY=invalid_api_key
API_KEY_ARKA=api_key_arka
API_KEY_SESSIONKEY=api_key_sessionkey
INCORRECT_API_KEY_ARKA=incorrect_api_key_arka
INVALID_API_KEY_ARKA=invalid_api_key_arka
BUNDLER_API_KEY=bundler_api_key
DATA_API_KEY=data_api_key
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ node_modules
etherspot-prime-sdk
.eslintrc.json
.prettierrc.json
mochawesome-report
mochawesome-report
etherspot-sdk
test/utils/testUtils.json
Loading
Loading