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: '', }, },