Skip to content

Commit bca575d

Browse files
committed
V1.7.0
1 parent 1a0fe66 commit bca575d

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/flutter-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: flutter pub get
3434

3535
- name: Create .env file # 🔥 Génère un fichier .env à partir du secret
36-
run: |
36+
run: |
3737
echo "GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID" > env_config.txt
3838
echo "THE_GRAPH_API_KEY=$THE_GRAPH_API_KEY" >> env_config.txt # 🔥 Ajoute la seconde clé API
3939

.github/workflows/flutter-web.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838
- name: Check Flutter version
3939
run: flutter --version
4040

41-
# 🔥 Vérifie les fichiers présents dans le repo (pour voir si `Agenda.dart` est bien là)
42-
- name: List project files
43-
run: ls -R lib/structure/
44-
4541
- name: Decode and write google-services.json
4642
run: |
4743
echo "GOOGLE_CLIENT_ID=$GOOGLE_CLIENT_ID" > env_config.txt

lib/utils/parameters.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class Parameters {
2323
etherumUrl = 'https://gateway-arbitrum.network.thegraph.com/api/$theGraphApiKey/subgraphs/id/EVjGN4mMd9h9JfGR7yLC6T2xrJf9syhjQNboFb7GzxVW';
2424
rmmUrl = 'https://gateway-arbitrum.network.thegraph.com/api/$theGraphApiKey/subgraphs/id/2dMMk7DbQYPX6Gi5siJm6EZ2gDQBF8nJcgKtpiPnPBsK';
2525
yamUrl = 'https://gateway-arbitrum.network.thegraph.com/api/$theGraphApiKey/subgraphs/id/4eJa4rKCR5f8fq48BKbYBPvf7DWHppGZRvfiVUSFXBGR';
26-
27-
debugPrint("✅ Clé API chargée : $theGraphApiKey");
2826
}
2927

3028
// 📌 Autres paramètres inchangés

0 commit comments

Comments
 (0)