Merge pull request #2077 from nspcc-dev/new-testnet-magic

config: update testnet magic for RC4
This commit is contained in:
Roman Khimov 2021-07-20 16:53:34 +03:00 committed by GitHub
commit 60057756e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
ProtocolConfiguration:
Magic: 844378958
Magic: 877933390
MaxTraceableBlocks: 2102400
SecondsPerBlock: 15
MemPoolSize: 50000

View file

@ -6,7 +6,7 @@ const (
// MainNet contains magic code used in the NEO main official network.
MainNet Magic = 0x004f454e // 5195086
// TestNet contains magic code used in the NEO testing network.
TestNet Magic = 0x3254334e // N3T2
TestNet Magic = 0x3454334e // N3T4
// 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.