rosacastillo
commited on
Commit
·
b3b7123
1
Parent(s):
b60f995
updating ipfs server with gcp one?
Browse files
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 |
-
|
|
|
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(
|