You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run this project with truffle in local network which has block gasLimit=6721975. And tried to reduce the numbers of gas to test the signing flow:
Creating Wallet on line app.tsx#L71 can be done with gas: 2900000.
Execution of methods metioned below is not possible with max gas limit of block in local network which is quite close to mainnet max limit ~8mil (according to etherscan). app.tsx#L113 app.tsx#L145
The text was updated successfully, but these errors were encountered:
I run this project with truffle in local network which has block gasLimit=6721975. And tried to reduce the numbers of gas to test the signing flow:
Creating Wallet on line app.tsx#L71 can be done with
gas: 2900000
.Execution of methods metioned below is not possible with max gas limit of block in local network which is quite close to mainnet max limit ~8mil (according to etherscan).
app.tsx#L113
app.tsx#L145
The text was updated successfully, but these errors were encountered: