From dbaaff1b38fde138eb691509441398ea1b0ccce6 Mon Sep 17 00:00:00 2001 From: Konstantin Shuplenkov Date: Thu, 3 Nov 2022 17:57:45 +0500 Subject: [PATCH] fix(dashmate): invalid testnet TenderDash genesis --- packages/dashmate/configs/system/testnet.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/dashmate/configs/system/testnet.js b/packages/dashmate/configs/system/testnet.js index 92dc1495e0a..5ec22ebb8af 100644 --- a/packages/dashmate/configs/system/testnet.js +++ b/packages/dashmate/configs/system/testnet.js @@ -94,7 +94,7 @@ module.exports = lodashMerge({}, baseConfig, { type: 'tendermint/PubKeyBLS12381', value: 'imxjukh5hRY91Mvm/sfhQp6iSnICyvKMMdhY5Sq6Ej0QJyB3vtN4UfYwvmxdzOVM', }, - power: '100', + power: 100, name: '', pro_tx_hash: 'F3D506822A24E7E4BE318A6ED7371CC1E1527880A594FE04629F50A1618DB8E7', }, @@ -103,8 +103,8 @@ module.exports = lodashMerge({}, baseConfig, { type: 'tendermint/PubKeyBLS12381', value: 'imxjukh5hRY91Mvm/sfhQp6iSnICyvKMMdhY5Sq6Ej0QJyB3vtN4UfYwvmxdzOVM', }, - quorum_type: '4', - quorum_hash: '0000000000000000000000000000000000000000', + quorum_type: 4, + quorum_hash: '0000000000000000000000000000000000000000000000000000000000000000', app_hash: '', }, },