diff --git a/commons/v1Abis.js b/commons/v1Abis.js index 9f9e866c..815b630a 100644 --- a/commons/v1Abis.js +++ b/commons/v1Abis.js @@ -65,6 +65,20 @@ const homeV1Abi = [ payable: false, stateMutability: 'view', type: 'function' + }, + { + constant: true, + inputs: [], + name: 'requiredBlockConfirmations', + outputs: [ + { + name: '', + type: 'uint256' + } + ], + payable: false, + stateMutability: 'view', + type: 'function' } ] @@ -154,6 +168,20 @@ const foreignViAbi = [ payable: false, stateMutability: 'view', type: 'function' + }, + { + constant: true, + inputs: [], + name: 'requiredBlockConfirmations', + outputs: [ + { + name: '', + type: 'uint256' + } + ], + payable: false, + stateMutability: 'view', + type: 'function' } ]