Skip to content

Commit 05015fa

Browse files
committed
fix:minor typos and broken links
1 parent 33d50db commit 05015fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ If you'd like to add an entry to our [tooling list](http://docs.scroll.xyz/en/de
2424
---
2525
name: "Safe"
2626
category: ["Identity", "Wallet"]
27-
excerpt: "Safe allows you to create smart wallet on chain."
27+
excerpt: "Safe allows you to create a smart wallet on chain."
2828
logo: { src: "https://app.safe.global/images/safe-logo-green.png", alt: "Safe Logo" }
2929
website: "https://app.safe.global"
30-
network: ["Mainnet", "Testnet]
30+
network: ["Mainnet", "Testnet"]
3131
noAdditionalInfo: false
3232
---
3333

src/content/docs/en/developers/guides/estimating-gas-and-tx-fees.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ totalFee = (l2GasPrice * l2GasUsed) + l1Fee
3131

3232
An important distinction we need to make is that `l1Fee` is separated from the `l2Fee`.
3333

34-
For a more comprehensive explanation and details on the formula, check the documentation on [how Transaction Fees work on Scroll](../developers/transaction-fees-on-scroll-l2/).
34+
For a more comprehensive explanation and details on the formula, check the documentation on [how Transaction Fees work on Scroll](/developers/transaction-fees-on-scroll/).
3535

3636
## Interfacing with values
3737

src/content/tools/en/safe.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ website: "https://app.safe.global"
77
network: ["Mainnet", "Testnet"]
88
---
99

10-
Scroll Mainnet is available in the [official Safe app](app.safe.global), and the transaction service API is at https://safe-transaction-scroll.safe.global. Here are the relevant contracts for Scroll Mainnet:
10+
Scroll Mainnet is available in the [official Safe app](https://app.safe.global), and the transaction service API is at https://safe-transaction-scroll.safe.global. Here are the relevant contracts for Scroll Mainnet:
1111

1212
- CompatibilityFallbackHandler: [`0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4`](https://scrollscan.com/address/0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4)
1313
- CreateCall: [`0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4`](https://scrollscan.com/address/0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4)

src/content/tools/en/sentio.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Best tool to help users understand how a transaction works. It has advanced feat
2121

2222
A state-of-the-art indexing service with integrated user experience:
2323

24-
- Support both [Sentio processor](https://docs.sentio.xyz/docs/processor-basic), a blazing fast data indexer powered by the Sentio SDK that streamlines data ingestion, processing, and storage—all with maximum flexibility in TypeScript, as well as [hosted subgraph processor]((https://docs.sentio.xyz/docs/hosted-subgraph))
24+
- Support both [Sentio processor](https://docs.sentio.xyz/docs/processor-basic), a blazing fast data indexer powered by the Sentio SDK that streamlines data ingestion, processing, and storage—all with maximum flexibility in TypeScript, as well as [hosted subgraph processor](https://docs.sentio.xyz/docs/hosted-subgraph)
2525
- Query using SQL/GraphQL and visualize results with an intuitive click-and-drag interface

0 commit comments

Comments
 (0)