Skip to content

Commit

Permalink
infinite gas!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Oct 15, 2020
1 parent 4d35b6e commit 39c6348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "../../../../shared/status"

ModalPopup {
property string channelName
property string gasLimit: "150000"
property string gasLimit: "250000"
// in gwei
property string gasPrice: "1"

Expand Down Expand Up @@ -58,7 +58,7 @@ ModalPopup {
width: stack.width
fromAccount: root.selectedAccount
gas: {
"value": "150000",
"value": "250000",
"symbol": "xDAI",
"fiatValue": ""
}
Expand Down
4 changes: 2 additions & 2 deletions ui/app/AppLayouts/Chat/components/SignXdaiTransaction.qml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "../../../../shared/status"

ModalPopup {
property string channelName
property string gasLimit: "150000"
property string gasLimit: "250000"
// in gwei
property string gasPrice: "1"

Expand Down Expand Up @@ -58,7 +58,7 @@ ModalPopup {
width: stack.width
fromAccount: root.selectedAccount
gas: {
"value": "150000",
"value": "250000",
"symbol": "xDAI",
"fiatValue": ""
}
Expand Down

0 comments on commit 39c6348

Please sign in to comment.