Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79be02b

Browse files
committed
use github hosting as the source of the manifest
1 parent a3de1b6 commit 79be02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bal-mining.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_export_filename(network, token):
5757
import json
5858
project_id = os.environ['GCP_PROJECT']
5959
try:
60-
url = 'http://ipfs.fleek.co/ipns/balancer-team-bucket.storage.fleek.co/balancer-claim/snapshot'
60+
url = 'https://raw.githubusercontent.com/balancer-labs/bal-mining-scripts/master/reports/_current.json'
6161
jsonurl = urlopen(url)
6262
claims = json.loads(jsonurl.read())
6363
claimable_weeks = [20+int(w) for w in claims.keys()]

0 commit comments

Comments
 (0)