-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(contracts): alt & lattice #143
Conversation
Deploy preview for vercel-autochessia ready! ✅ Preview Built with commit 29fb944. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not contract address problem. It's due to viem like
TransactionExecutionError: An internal error was received.
URL: https://flashlayer.alt.technology/autochessia7806fd60
Request body: {"method":"eth_estimateGas","params":[{"from":"0x5Bf8C4Fb557e1C7F24c74db67E3d940B8c16904c","data":"0x00ac498a310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000","maxFeePerGas":"0x59682f00","maxPriorityFeePerGas":"0x59682f00","nonce":"0x0","to":"0x6eea611D1e9eA24e8Ce2Ad5aD5f1404B5Fe6ab6E"}]}
Estimate Gas Arguments:
from: 0x5Bf8C4Fb557e1C7F24c74db67E3d940B8c16904c
to: 0x6eea611D1e9eA24e8Ce2Ad5aD5f1404B5Fe6ab6E
data: 0x00ac498a310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000
maxFeePerGas: 1.5 gwei
maxPriorityFeePerGas: 1.5 gwei
nonce: 0
Request Arguments:
from: 0x5Bf8C4Fb557e1C7F24c74db67E3d940B8c16904c
to: 0x6eea611D1e9eA24e8Ce2Ad5aD5f1404B5Fe6ab6E
data: 0x00ac498a310000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000
nonce: 0
Details: gas required exceeds allowance 0
Version: [email protected]
It's better to switch like
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The alt network cannot function properly because requesting a gaslimit of 0 results in errors, but lattice works. The .env needs to be modified with VITE_CHAIN_ID=4242
@noyyyy