Skip to content

Commit

Permalink
Update the chain id for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
theref committed Dec 22, 2023
1 parent 8f5cc8d commit 8c5c27e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,15 @@ python3 setup.py install
Installing this plugin adds support for the Scroll ecosystem:

```bash
// sepolia testnet
ape console --network scroll:testnet
// mainnet
ape console --network scroll:mainnet
```

For some potential rpc endpoints, see https://chainlist.org/?search=scroll&testnets=true

## Development

This project is in development and should be considered a beta.
Expand Down
2 changes: 1 addition & 1 deletion ape_scroll/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

NETWORKS = {
# chain_id, network_id
"testnet": (534353, 534353),
"testnet": (534351, 534351),
"mainnet": (534352, 534352),
}

Expand Down

0 comments on commit 8c5c27e

Please sign in to comment.