Skip to content

Commit

Permalink
Merge PR: Enable new proposal on testnet (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiD authored Mar 1, 2023
1 parent b71f671 commit 3ad6bb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Venus1Height=1
Venus2Height=0
Venus3Height=1
Venus4Height=0
Venus5Height=0
EarthHeight=0
MarsHeight=0

Expand All @@ -50,7 +51,7 @@ ifeq ($(MAKECMDGOALS),mainnet)
Venus1Height=12988000
Venus2Height=14738000
Venus3Height=15277000

WITH_ROCKSDB=true
else ifeq ($(MAKECMDGOALS),testnet)
GenesisHeight=1121818
Expand All @@ -61,6 +62,7 @@ else ifeq ($(MAKECMDGOALS),testnet)
Venus3Height=15540000
EarthHeight=17364500
Venus4Height=17531500
Venus5Height=18861500

WITH_ROCKSDB=true
endif
Expand Down

0 comments on commit 3ad6bb5

Please sign in to comment.