mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 09:42:22 +00:00
Merge pull request #3136 from nspcc-dev/fix-mainnet-neofs-config
config: fix mainnet neofs config
This commit is contained in:
commit
f66abd020d
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ ProtocolConfiguration:
|
||||||
- morph6.fs.neo.org:40333
|
- morph6.fs.neo.org:40333
|
||||||
- morph7.fs.neo.org:40333
|
- morph7.fs.neo.org:40333
|
||||||
VerifyTransactions: true
|
VerifyTransactions: true
|
||||||
P2PSigExtensions: false
|
P2PSigExtensions: true
|
||||||
Hardforks:
|
Hardforks:
|
||||||
Aspidochelone: 3000000
|
Aspidochelone: 3000000
|
||||||
Basilisk: 4500000
|
Basilisk: 4500000
|
||||||
|
@ -36,6 +36,7 @@ ProtocolConfiguration:
|
||||||
PolicyContract: [0]
|
PolicyContract: [0]
|
||||||
RoleManagement: [0]
|
RoleManagement: [0]
|
||||||
OracleContract: [0]
|
OracleContract: [0]
|
||||||
|
Notary: [0]
|
||||||
|
|
||||||
ApplicationConfiguration:
|
ApplicationConfiguration:
|
||||||
SkipBlockVerification: false
|
SkipBlockVerification: false
|
||||||
|
|
Loading…
Reference in a new issue