From c4d287f3262ed2b3656e8a8e12e7f87b7c464c63 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Fri, 11 Sep 2020 16:48:52 +0300 Subject: [PATCH] config: update FreeGas values Based on neo-project/neo-node#656 changes. --- config/protocol.mainnet.yml | 2 +- config/protocol.testnet.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/protocol.mainnet.yml b/config/protocol.mainnet.yml index 65eae8412..e809b7eca 100644 --- a/config/protocol.mainnet.yml +++ b/config/protocol.mainnet.yml @@ -32,7 +32,7 @@ ProtocolConfiguration: RegisterTransaction: 10000 VerifyBlocks: true VerifyTransactions: false - FreeGasLimit: {0: 10.0, 6200000: 50.0} + FreeGasLimit: {0: 10.0, 6216000: 50.0} MaxTransactionsPerBlock: 500 MaxFreeTransactionsPerBlock: 20 MaxFreeTransactionSize: 1024 diff --git a/config/protocol.testnet.yml b/config/protocol.testnet.yml index fa04b58ec..85214ee85 100644 --- a/config/protocol.testnet.yml +++ b/config/protocol.testnet.yml @@ -32,7 +32,7 @@ ProtocolConfiguration: RegisterTransaction: 100 VerifyBlocks: true VerifyTransactions: false - FreeGasLimit: {0: 10.0, 4818000: 50.0} + FreeGasLimit: {0: 10.0, 5220000: 50.0} MaxTransactionsPerBlock: 500 MaxFreeTransactionsPerBlock: 20 MaxFreeTransactionSize: 1024