increase default gas limit

pull/4737/head^2
yann300 8 months ago committed by Aniket
parent 37fd6fd570
commit 2c9f1a03d6
  1. 2
      libs/remix-ui/run-tab/src/lib/reducers/runTab.ts

@ -18,7 +18,7 @@ export const runTabInitialState: RunTabState = {
},
sendValue: '0',
sendUnit: 'wei',
gasLimit: 200000,
gasLimit: 500000,
selectExEnv: 'vm-paris',
personalMode: false,
networkName: 'VM',

Loading…
Cancel
Save