Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3de1b6 commit 79be02bCopy full SHA for 79be02b
bal-mining.py
@@ -57,7 +57,7 @@ def get_export_filename(network, token):
57
import json
58
project_id = os.environ['GCP_PROJECT']
59
try:
60
- url = 'http://ipfs.fleek.co/ipns/balancer-team-bucket.storage.fleek.co/balancer-claim/snapshot'
+ url = 'https://raw.githubusercontent.com/balancer-labs/bal-mining-scripts/master/reports/_current.json'
61
jsonurl = urlopen(url)
62
claims = json.loads(jsonurl.read())
63
claimable_weeks = [20+int(w) for w in claims.keys()]
0 commit comments