Skip to content

Commit

Permalink
Merge branch 'main' into state-management
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 16, 2024
2 parents 412f727 + 02644d1 commit 6b5ae2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/developers/linea-version/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import TabItem from "@theme/TabItem";

**Mainnet: September 23**

**Linea Sepolia: September 16**
**Linea Sepolia: September 17**

Introduces an API that can be used to check whether a transaction was rejected because it exceeded
the sequencer's trace limits.
Expand All @@ -30,15 +30,15 @@ the sequencer's trace limits.

**Mainnet: September 18**

**Linea Sepolia: September 16**
**Linea Sepolia: September 18**

Upgrades the [Linea bridge](https://bridge.linea.build/) UI.

## Alpha v3.5.0

### `finalized` tag

**Mainnet: September 16**
**Mainnet: September 18**

**Linea Sepolia: Already available**

Expand Down
12 changes: 6 additions & 6 deletions docs/developers/quickstart/deploy-smart-contract/foundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ To create a Foundry project, run:
forge init linea-tutorial
```

And change into the directory:
Running `forge init` sets up a sample contract, test, and script for `Counter.sol`.

Now change into the directory:

```bash
cd linea-tutorial
```

Running `forge init` sets up a sample contract, test, and script for `Counter.sol`.

## Deploy a smart contract

To deploy a smart contract, we highly recommend using an Infura endpoint, as the public endpoint may experience
rate limiting and not meant for production use.
To deploy a smart contract we highly recommend using an Infura endpoint, as the public endpoint may experience
rate limiting and is not meant for production use.

[Sign up for an Infura account](https://docs.infura.io/api/getting-started) to get an API key that
provides access the Linea endpoints. Assign the Linea endpoints you want to access, to your API key.
provides access to the Linea endpoints. Assign the Linea endpoints you want to access to your API key.

:::caution

Expand Down

0 comments on commit 6b5ae2e

Please sign in to comment.