rosacastillo commited on
Commit
b3b7123
·
1 Parent(s): b60f995

updating ipfs server with gcp one?

Browse files
Files changed (1) hide show
  1. scripts/update_tools_accuracy.py +2 -1
scripts/update_tools_accuracy.py CHANGED
@@ -6,7 +6,8 @@ from typing import List
6
  from utils import TMP_DIR, DATA_DIR
7
 
8
  ACCURACY_FILENAME = "tools_accuracy.csv"
9
- IPFS_SERVER = "/dns/registry.autonolas.tech/tcp/443/https"
 
10
 
11
 
12
  def update_tools_accuracy(
 
6
  from utils import TMP_DIR, DATA_DIR
7
 
8
  ACCURACY_FILENAME = "tools_accuracy.csv"
9
+ OLD_IPFS_SERVER = "/dns/registry.autonolas.tech/tcp/443/https"
10
+ IPFS_SERVER = "/dns/registry.gcp.autonolas.tech/tcp/443/https"
11
 
12
 
13
  def update_tools_accuracy(