@@ -91,18 +91,18 @@ function createClient(createStore) {
9191 recoverFromMnemonic : utils . forwardToMainProcess ( 'recover-from-mnemonic' ) ,
9292 getAuctionGasLimit : utils . forwardToMainProcess ( 'get-auction-gas-limit' ) ,
9393 getTokensGasLimit : utils . forwardToMainProcess ( 'get-tokens-gas-limit' ) ,
94- portMetronome : utils . forwardToMainProcess ( 'port-metronome' , 120000 ) ,
94+ portMetronome : utils . forwardToMainProcess ( 'port-metronome' , 750000 ) ,
9595 validatePassword : utils . forwardToMainProcess ( 'validate-password' ) ,
96- buyMetronome : utils . forwardToMainProcess ( 'buy-metronome' , 60000 ) ,
97- convertCoin : utils . forwardToMainProcess ( 'convert-coin' , 60000 ) ,
98- retryImport : utils . forwardToMainProcess ( 'retry-import' , 60000 ) ,
99- convertMet : utils . forwardToMainProcess ( 'convert-met' , 60000 ) ,
96+ buyMetronome : utils . forwardToMainProcess ( 'buy-metronome' , 750000 ) ,
97+ convertCoin : utils . forwardToMainProcess ( 'convert-coin' , 750000 ) ,
98+ retryImport : utils . forwardToMainProcess ( 'retry-import' , 750000 ) ,
99+ convertMet : utils . forwardToMainProcess ( 'convert-met' , 750000 ) ,
100100 onLoginSubmit : utils . forwardToMainProcess ( 'login-submit' ) ,
101101 getPortFees : utils . forwardToMainProcess ( 'get-port-fees' ) ,
102102 getGasLimit : utils . forwardToMainProcess ( 'get-gas-limit' ) ,
103103 getGasPrice : utils . forwardToMainProcess ( 'get-gas-price' ) ,
104- sendCoin : utils . forwardToMainProcess ( 'send-coin' , 60000 ) ,
105- sendMet : utils . forwardToMainProcess ( 'send-met' , 60000 ) ,
104+ sendCoin : utils . forwardToMainProcess ( 'send-coin' , 750000 ) ,
105+ sendMet : utils . forwardToMainProcess ( 'send-met' , 750000 ) ,
106106 clearCache : utils . forwardToMainProcess ( 'clear-cache' )
107107 }
108108
0 commit comments