We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
zkSync era 스마트 컨트랙트는 sender가 이더리움 L1에서 트랜잭션을 요청하고 데이터를 zkSync era L2로 전달을 허용한다.
const iface = new ethers.utils.Interface(ABI); const calldata = iface.encodeFunctionData("setGreeting", [message]); const txReceipt = await wallet.requestExecute({ contractAddress: L2_CONTRACT_ADDRESS, calldata, l2GasLimit: l2GasLimit, refundRecipient: wallet.address, overrides: { // send the required amount of ETH value: baseCost, gasPrice: l1GasPrice, }, });
requestExecute 를 실행
Sorry, something went wrong.
she110ff
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: