Getting EXECUTION_LIMIT_REACHED while doing onchain transactions #170
shivam2320
started this conversation in
General
Replies: 1 comment 3 replies
-
What's your code look like? Does it do an increasing amount of work over time, that leads to increased gas usage? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing some onchain transactions on testnet but getting EXECUTION_LIMIT_REACHED in wallet
Few minutes back I was able to call the function but now I'm getting this error
I see this error is because of max gas limit per block and I need to call pyth multiple times for getting onchain prices of different assets, is this causing issue if yes how can I solve the same
Beta Was this translation helpful? Give feedback.
All reactions