Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zkJoaquin committed Feb 6, 2024
1 parent 7c9d195 commit c775913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/scroll/.env-sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

DEVNET_PRIVKEY="0x your key here"

# Hosted Aggregator Node (JSON-RPC Endpoint). This is Arbitrum Sepolia Testnet, can use any Arbitrum chain
# Hosted Aggregator Node (JSON-RPC Endpoint). This is Scroll Sepolia Testnet, can use any Scroll chain

L2RPC="https://sepolia-rpc.scroll.io/"

Expand Down
4 changes: 2 additions & 2 deletions examples/zksync/.env-sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

DEVNET_PRIVKEY="0x your key here"

# Hosted Aggregator Node (JSON-RPC Endpoint). This is Arbitrum Sepolia Testnet, can use any Arbitrum chain
# Hosted Aggregator Node (JSON-RPC Endpoint). This is zkSync Sepolia Testnet, can use any zkSync chain

L2RPC="https://sepolia.era.zksync.dev"

# Ethereum RPC; i.e., for Sepolia https://sepolia.infura.io/v3/<your infura key>

L1RPC=""

# Arbitrum chain name
# zkSync chain name
ZKSYNC="ZKSYNCTEST"

# Ethereum chain name
Expand Down

0 comments on commit c775913

Please sign in to comment.