Skip to content

Commit a6a710d

Browse files
authored
Add Sonic network to manifest file names (#1146)
1 parent d0d542f commit a6a710d

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Add Sonic network to manifest file names. ([#1146](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/1146))
6+
37
## 1.42.2 (2025-03-19)
48

59
- Fix `ASTDereferencerError` for additional scenario when validating initializers. ([#1137](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/1137))

packages/core/src/provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export const networkNames: { [chainId in number]?: string } = Object.freeze({
134134
56: 'bsc',
135135
97: 'bsc-testnet',
136136
137: 'polygon',
137+
146: 'sonic',
137138
420: 'optimism-goerli',
138139
8453: 'base',
139140
17000: 'holesky',

0 commit comments

Comments
 (0)