Skip to content

Commit 4a5abc0

Browse files
committed
updated file imports
1 parent 665c798 commit 4a5abc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/builders/app-developers/transactions/estimates.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Steps are provided here for reference and convenience, but you can use the same
2525

2626
A transaction's execution gas fee is exactly the same fee that you would pay for the same transaction on Ethereum.
2727
This fee is equal to the amount of gas used by the transaction multiplied by the gas price attached to the transaction.
28-
Refer to the guide on [Transaction Fees on OP Mainnet](./fees#execution-gas-fee) for more information about the execution gas fee.
28+
Refer to the guide on [Transaction Fees on OP Mainnet](./fees#execution-gasfee) for more information about the execution gas fee.
2929

3030
When estimating the execution gas fee for a transaction, you'll need to know the gas limit and the [max fee per gas](https://ethereum.org/en/developers/docs/gas/#maxfee) for the transaction.
3131
Your transaction fee will then be the product of these two values.

pages/builders/app-developers/tutorials/sdk-trace-txns.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You'll also be tracing a specific withdrawal in this tutorial. Like with deposit
9797

9898
{<h3>Create the RPC providers</h3>}
9999

100-
```js file=<rootDir>/public/tutorials/sdk-trace-txns.js#L16-L25 hash=271266d2658fd8e9edd0ccb17db746d3
100+
```js file=<rootDir>/public/tutorials/sdk-trace-txns.js#L16-L25 hash=b44b43868a421156320884045294f7ca
101101
```
102102
</Steps>
103103

0 commit comments

Comments
 (0)