Commit f93c42c
feat(StdChains): add Gravity mainnet (127001) (#848)
### Summary
Adds [Gravity](https://gravity.xyz) L1 mainnet (chain id `127001`,
native token `G`) to `StdChains` so that scripts and tests can resolve
the chain via `getChain("grav")`.
Gravity L1 is a new EVM-compatible L1 (reth-based execution +
Aptos-derived BFT consensus). The `grav` alias matches the `shortName`
registered in
[`ethereum-lists/chains`](https://github.com/ethereum-lists/chains) —
the existing `gravity` short name is already taken by Gravity Alpha L2
(chain id `1625`).
### Notes / Open items
Companion change in alloy: alloy-rs/chains#275
### Checklist
- [x] `forge build` passes locally
- [x] Alias matches `ethereum-lists/chains` `shortName`
Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>1 parent 62f410e commit f93c42c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
| 299 | + | |
298 | 300 | | |
299 | 301 | | |
300 | 302 | | |
| |||
0 commit comments