Skip to content

Latest commit

 

History

History
268 lines (207 loc) · 20.2 KB

File metadata and controls

268 lines (207 loc) · 20.2 KB
section developers
date Last Modified
title Scroll Contracts
lang en
permalink developers/scroll-contracts
whatsnext
Ethereum & Scroll Differences
/en/developers/ethereum-and-scroll-differences
excerpt The network info and contract addresses you need to start with Scroll Sepolia Testnet.

import Aside from "../../../../components/Aside.astro" import ToggleElement from "../../../../components/ToggleElement.astro"

In this article you'll find useful contract addresses for Scroll and commonly used protocols. See the section below for Scroll Sepolia info.

Network Info

Use the table below to configure your Ethereum tools to the Scroll mainnet.

Network Name Scroll Ethereum Mainnet
RPC URL https://rpc.scroll.io/ https://eth.llamarpc.com
Chain ID 534352 1
Currency Symbol ETH ETH
Block Explorer URL https://scrollscan.com/ https://etherscan.io
Additional Scroll Mainnet RPCs and Infra
- [Scroll Native Bridge](https://scroll.io/bridge) - [Scroll Rollup Scanner](https://scroll.io/rollupscan) - [Scroll RPC Providers on ChainList.org](https://chainlist.org/chain/534352) - [Ethereum RPC Providers on ChainList.org](https://chainlist.org/chain/1) {/* - Additional Block Explorers: - [Dora](https://www.ondora.xyz/network/scroll/interactions) - [L2Scan](https://scroll.l2scan.co/) */}

Scroll Contracts

Rollup

ETH and ERC20 Bridge

Advanced Bridge Contracts

L2 Predeploys

Protocols on Scroll Mainnet

Uniswap v3

Safe

You can access Safe on Scroll here, and the transaction service API is at https://transaction.safe.scroll.xyz.

Ethereum Attestation Service (EAS)

Additional Useful Contracts

Tokens

Bridged tokens from Ethereum Mainnet using the native bridge can be found on and added to the [token-list](https://github.com/scroll-tech/token-list) repo.

{" "}



Scroll Sepolia Testnet

Network Info

Use the table below to configure your Ethereum tools to the Scroll Sepolia Testnet.

Network Name Scroll Sepolia Ethereum Sepolia
RPC URL https://sepolia-rpc.scroll.io/ https://rpc2.sepolia.org
Chain ID 534351 11155111
Currency Symbol ETH ETH
Block Explorer URL https://sepolia.scrollscan.com https://sepolia.etherscan.io
Additional Scroll Sepolia RPCs and Infra
- [Scroll Sepolia Native Bridge](https://sepolia.scroll.io/bridge) - [Scroll Sepolia Rollup Scanner](https://sepolia.scroll.io/rollupscan) - [Scroll Sepolia RPC Providers on ChainList.org](https://chainlist.org/chain/534351) - [Ethereum Sepolia RPC Providers on ChainList.org](https://chainlist.org/chain/11155111) - Additional Block Explorers: - [Dora](https://www.ondora.xyz/network/scroll-sepolia/interactions) - [L2Scan](https://scroll.l2scan.co/)

Scroll Sepolia Contracts

Rollup

ETH and ERC20 Bridge

Advanced Bridge Contracts

L2 Predeploys

Protocols

Uniswap v3

Aave

See this Github gist.

Ethereum Attestation Service (EAS)

Safe

You can access Safe on Scroll here, and the transaction service API is at https://transaction-sepolia.safe.scroll.xyz.

Additional Useful Contracts

Tokens

Bridged tokens from Ethereum Sepolia using the native bridge can be added to the [token-list](https://github.com/scroll-tech/token-list/tree/sepolia) repo's `sepolia` branch.