increase gas default amount

this should help `--dry-run` transactions return a more useful simulated transaction message, Closes #1
This commit is contained in:
Sam Panter 2020-09-29 14:56:56 -04:00 committed by GitHub
parent 88290514eb
commit 861c3886fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ class MultiSigForm extends React.Component {
toAddress: "",
amount: 0,
memo: "",
gas: 2000,
gas: 200000,
processing: false,
addressError: "",
};