Skip to content

fix minor typos and broken links #350

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ If you'd like to add an entry to our [tooling list](http://docs.scroll.xyz/en/de
---
name: "Safe"
category: ["Identity", "Wallet"]
excerpt: "Safe allows you to create smart wallet on chain."
excerpt: "Safe allows you to create a smart wallet on chain."
logo: { src: "https://app.safe.global/images/safe-logo-green.png", alt: "Safe Logo" }
website: "https://app.safe.global"
network: ["Mainnet", "Testnet]
network: ["Mainnet", "Testnet"]
noAdditionalInfo: false
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ totalFee = (l2GasPrice * l2GasUsed) + l1Fee

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

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/).
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/).

## Interfacing with values

Expand Down
2 changes: 1 addition & 1 deletion src/content/tools/en/safe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ website: "https://app.safe.global"
network: ["Mainnet", "Testnet"]
---

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:
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:

- CompatibilityFallbackHandler: [`0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4`](https://scrollscan.com/address/0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4)
- CreateCall: [`0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4`](https://scrollscan.com/address/0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4)
Expand Down
2 changes: 1 addition & 1 deletion src/content/tools/en/sentio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Best tool to help users understand how a transaction works. It has advanced feat

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

- 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))
- 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)
- Query using SQL/GraphQL and visualize results with an intuitive click-and-drag interface