mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-15 00:48:01 -05:00
17 lines
247 B
Markdown
17 lines
247 B
Markdown
# Deployments
|
|
|
|
## local testnet
|
|
|
|
```bash
|
|
# start local hardhat node
|
|
npx hardhat node
|
|
```
|
|
|
|
### layer 1
|
|
|
|
Contract addresses can be found in [deployments](./l1geth.json).
|
|
|
|
### layer 2
|
|
|
|
Contract addresses can be found in [deployments](./l2geth.json).
|