File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616 "0.201.0" ,
1717 "0.202.0" ,
1818 "0.203.0" ,
19+ "0.204.0" ,
1920] # Replace with your versions
2021
2122DOWNLOAD_DIR = "download"
Original file line number Diff line number Diff line change @@ -49,27 +49,27 @@ def __str__(self):
4949 "source/template/ckb/v200/ckb.toml.j2" ,
5050 "source/template/ckb/v200/ckb-miner.toml.j2" ,
5151 "source/template/ckb/v200/specs/dev.toml" ,
52- "download/0.203 .0" ,
52+ "download/0.204 .0" ,
5353)
5454CkbNodeConfigPath .TESTNET = CkbNodeConfigPath (
5555 "source/template/ckb/v200/ckb.toml.j2" ,
5656 "source/template/ckb/v200/ckb-miner.toml.j2" ,
5757 "source/template/specs/testnet.toml.j2" ,
58- "download/0.203 .0" ,
58+ "download/0.204 .0" ,
5959)
6060
6161CkbNodeConfigPath .CURRENT_MAIN = CkbNodeConfigPath (
6262 "source/template/ckb/v200/ckb.toml.j2" ,
6363 "source/template/ckb/v200/ckb-miner.toml.j2" ,
6464 "source/template/specs/mainnet.toml.j2" ,
65- "download/0.203 .0" ,
65+ "download/0.204 .0" ,
6666)
6767
6868CkbNodeConfigPath .PREVIEW_DUMMY = CkbNodeConfigPath (
6969 "source/template/ckb/v200/ckb.toml.j2" ,
7070 "source/template/ckb/v200/ckb-miner.toml.j2" ,
7171 "source/template/specs/preview_dev.toml" ,
72- "download/0.203 .0" ,
72+ "download/0.204 .0" ,
7373)
7474
7575CkbNodeConfigPath .v202 = CkbNodeConfigPath (
You can’t perform that action at this time.
0 commit comments