Skip to content

Commit

Permalink
Set testnet transition block (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 authored Oct 16, 2024
1 parent 9f6b633 commit 1bd9f39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions local-network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
validator-0:
hostname: validator-0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.4.0
volumes:
- /home/ubuntu/quorum_data/v0:/eth
environment:
Expand All @@ -28,7 +28,7 @@ services:
restart: always
validator-1:
hostname: validator-1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.4.0
volumes:
- /home/ubuntu/quorum_data/v1:/eth
environment:
Expand All @@ -54,7 +54,7 @@ services:
restart: always
validator-2:
hostname: validator-2
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.4.0
volumes:
- /home/ubuntu/quorum_data/v2:/eth
environment:
Expand All @@ -80,7 +80,7 @@ services:
restart: always
validator-3:
hostname: validator-3
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.4.0
volumes:
- /home/ubuntu/quorum_data/v3:/eth
environment:
Expand All @@ -106,7 +106,7 @@ services:
restart: always
general-0:
hostname: general-0
image: ghcr.io/boostryjp/ibet-localnet/general:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/general:v2.4.0
volumes:
- /home/ubuntu/quorum_data/g0:/eth
environment:
Expand Down
2 changes: 1 addition & 1 deletion test-network/validator/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"transitions": [
{
"block": 999999999,
"block": 174497400,
"emptyBlockPeriodSeconds": 10
}
],
Expand Down
2 changes: 1 addition & 1 deletion test-network/validator/genesis.json_init
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"transitions": [
{
"block": 999999999,
"block": 174497400,
"emptyBlockPeriodSeconds": 10
}
],
Expand Down

0 comments on commit 1bd9f39

Please sign in to comment.