Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ACCOUNTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,19 @@ These accounts are compatible with:
- ✅ MetaMask
- ✅ Most Ethereum development tools

## 🔗 Arc Network Chain IDs

When connecting to Arc networks, use the following chain IDs:

| Network | Chain ID | Purpose |
|---------|----------|---------|
| Local Dev (`arc-localdev`) | `1337` | Local development and testing |
| Devnet (`arc-devnet`) | `5042001` | Arc development network |
| Testnet (`arc-testnet`) | `5042002` | Public Arc testnet |
| Mainnet (`arc-mainnet`) | `5042` | Arc production mainnet |

These chain IDs are defined in the genesis configuration files under `assets/{network}/genesis.config.ts`.

## 📚 References

- [Hardhat Network Configuration](https://hardhat.org/hardhat-network/docs/overview)
Expand Down