File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
components/GasCustomize/EVM Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ const ModalBody = (props: {
186186 } }
187187 >
188188 < div style = { { color : '#7B849B' } } > { t ( 'estimate-time' ) } </ div >
189- < div > { isUsingCustomGas ? `~1~24 ${ t ( 'general.hours' ) . toLowerCase ( ) } ` : '6s ' } </ div >
189+ < div > { isUsingCustomGas ? `~1~24 ${ t ( 'general.hours' ) . toLowerCase ( ) } ` : '30s ' } </ div >
190190 </ div >
191191 < Form . Item
192192 style = { {
Original file line number Diff line number Diff line change @@ -257,9 +257,8 @@ export type WalletConfig = {
257257export const FIXED_DEFAULT_FEE = String ( 10_000 ) ;
258258export const FIXED_DEFAULT_GAS_LIMIT = String ( 300_000 ) ;
259259export const DEFAULT_IBC_TRANSFER_TIMEOUT = 3_600_000 ;
260-
261- export const EVM_MINIMUM_GAS_PRICE = String ( 42_000_000_000 ) ;
262- export const EVM_MINIMUM_GAS_LIMIT = String ( 42_000 ) ;
260+ export const EVM_MINIMUM_GAS_PRICE = String ( 10_000_000_000_000 ) ;
261+ export const EVM_MINIMUM_GAS_LIMIT = String ( 50_000 ) ;
263262
264263export const NFT_IMAGE_DENOM_SCHEMA = {
265264 title : 'Asset Metadata' ,
You can’t perform that action at this time.
0 commit comments