diff --git a/src/popup/App/App.vue b/src/popup/App/App.vue index d7641ea..c2591ab 100644 --- a/src/popup/App/App.vue +++ b/src/popup/App/App.vue @@ -239,7 +239,7 @@ export default class extends Vue { gasLimitItems = [ { text: '2100000 (Advanced TXs)', value: 2100000}, - { text: '90000 (Standard TXs)', value: 90000}, + { text: '500000 (Standard TXs)', value: 500000}, ] gasPriceValue: any = { text: '100000 (Default)', value: 100000} diff --git a/src/popup/PopupState.ts b/src/popup/PopupState.ts index 162ef27..db732a6 100644 --- a/src/popup/PopupState.ts +++ b/src/popup/PopupState.ts @@ -118,7 +118,7 @@ export class PopupState { payload = "4543542D312E342E33"; gasPrice = 100000; - gasLimit = 90000; + gasLimit = 500000; $i18n: any = { t: (s: string) => s,