Skip to content

Fix RPC_URL mismatch#598

Open
CryptAm wants to merge 1 commit intoinkonchain:mainfrom
CryptAm:patch-1
Open

Fix RPC_URL mismatch#598
CryptAm wants to merge 1 commit intoinkonchain:mainfrom
CryptAm:patch-1

Conversation

@CryptAm
Copy link

@CryptAm CryptAm commented Mar 14, 2026

The tutorial defines the RPC endpoint in .env as:
RPC_URL=https://rpc-gel-sepolia.inkonchain.com/

and the deployment command uses:
forge script ... --rpc-url $RPC_URL

However, the foundry.toml example referenced a different variable:
${INKSEPOLIA_RPC_URL}

Following the guide step-by-step would therefore create only RPC_URL, causing the foundry.toml configuration to reference a non-existent environment variable.

This PR makes the tutorial consistent by updating the foundry.toml example to use ${RPC_URL}.

Documentation-only change.

## Fix inconsistent RPC environment variable name

The tutorial defines the RPC endpoint in `.env` as:

RPC_URL=https://rpc-gel-sepolia.inkonchain.com/

and the deployment command uses:

forge script ... --rpc-url $RPC_URL

However, the `foundry.toml` example referenced a different variable:

${INKSEPOLIA_RPC_URL}

Following the guide step-by-step would therefore create only `RPC_URL`,
causing the `foundry.toml` configuration to reference a non-existent
environment variable.

This PR makes the tutorial consistent by updating the `foundry.toml`
example to use `${RPC_URL}`.

Documentation-only change.
@CryptAm CryptAm requested a review from a team as a code owner March 14, 2026 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant