Skip to content

Commit

Permalink
Merge branch 'master' into ts-bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK authored Sep 17, 2024
2 parents 38505a1 + 0b91e91 commit 383d0b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/full_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,10 @@ jobs:
echo "const tronNowNodesApiKey = '';" >> cw_tron/lib/.secrets.g.dart
echo "const stealthExBearerToken = '';" >> lib/.secrets.g.dart
echo "const stealthExAdditionalFeePercent = '';" >> lib/.secrets.g.dart
echo "const letsExchangeBearerToken = '';" >> lib/.secrets.g.dart
echo "const letsExchangeAffiliateId = '';" >> lib/.secrets.g.dart
echo "const etherScanApiKey = '';" >> lib/.secrets.g.dart
echo "const polygonScanApiKey = '';" >> lib/.secrets.g.dart
- name: Rename app
run: |
Expand Down

0 comments on commit 383d0b7

Please sign in to comment.