Skip to content

Commit

Permalink
feat: Add bundler and data api key
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakprp committed Mar 7, 2024
1 parent 54a63a7 commit 4cb6daa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
sed -i.bak "s/_project_key_testnet_/$PROJECT_KEY_TESTNET/g" .env
sed -i.bak "s/_api_key_/$API_KEY/g" .env
sed -i.bak "s/_incorrect_api_key_/$INCORRECT_API_KEY/g" .env
sed -i.bak "s/_invalid_api_key_/$INVALID_API_KEY/g" .env
sed -i.bak "s/_invalid_api_key_/$INVALID_API_KEY/g" .env
sed -i.bak "s/_bundler_api_key_/$BUNDLER_API_KEY/g" .env
sed -i.bak "s/_data_api_key_/$DATA_API_KEY/g" .env
mv package.json temp.json
jq -r '.dependencies."@etherspot/prime-sdk" |= "file:../etherspot-prime-sdk"' temp.json > package.json
rm temp.json
Expand Down

0 comments on commit 4cb6daa

Please sign in to comment.