Skip to content
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

fixing broken pathway #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ As a result, you should display the sum of both of these fees to give users the

You can estimate the L2 execution fee by multiplying the gas price by the gas limit, just like on Ethereum.

#### [Estimating the L1 data fee](./understand-transaction-cost-on-morph#the-l1-data-fee)
#### [Estimating the L1 data fee](https://docs.morphl2.io/docs/build-on-morph/build-on-morph/understand-transaction-cost-on-morph/)



Expand Down Expand Up @@ -136,4 +136,4 @@ See the section on [Responding to gas price updates](#responding-to-gas-price-up

This is a custom RPC error that Morph returns when a transaction is rejected because the gas price is too high.
We include this as a safety measure to prevent users from accidentally sending a transaction with an extremely high L2 gas price.
See the section on [Responding to gas price updates](#responding-to-gas-price-updates) for more information.
See the section on [Responding to gas price updates](#responding-to-gas-price-updates) for more information.