Skip to content

Commit

Permalink
config: switch to T5 testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov committed May 4, 2022
1 parent 450ca61 commit 3c0ee9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config/protocol.testnet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ProtocolConfiguration:
Magic: 877933390
Magic: 894710606
MaxBlockSize: 2097152
MaxBlockSystemFee: 150000000000
MaxTraceableBlocks: 2102400
Expand Down Expand Up @@ -31,11 +31,11 @@ ProtocolConfiguration:
- 03184b018d6b2bc093e535519732b3fd3f7551c8cffaf4621dd5a0b89482ca66c9
ValidatorsCount: 7
SeedList:
- seed1t4.neo.org:20333
- seed2t4.neo.org:20333
- seed3t4.neo.org:20333
- seed4t4.neo.org:20333
- seed5t4.neo.org:20333
- seed1t5.neo.org:20333
- seed2t5.neo.org:20333
- seed3t5.neo.org:20333
- seed4t5.neo.org:20333
- seed5t5.neo.org:20333
VerifyBlocks: true
VerifyTransactions: false
P2PSigExtensions: false
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/netmode/netmode.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
// MainNet contains magic code used in the NEO main official network.
MainNet Magic = 0x334f454e // NEO3
// TestNet contains magic code used in the NEO testing network.
TestNet Magic = 0x3454334e // N3T4
TestNet Magic = 0x3554334e // N3T5
// PrivNet contains magic code usually used for NEO private networks.
PrivNet Magic = 56753 // docker privnet
// UnitTestNet is a stub magic code used for testing purposes.
Expand Down

0 comments on commit 3c0ee9c

Please sign in to comment.