Skip to content

Commit 4f86e33

Browse files
0xmichalisericglau
andauthored
Add Celo Sepolia to manifest filenames (#1189)
Co-authored-by: Eric Lau <[email protected]>
1 parent 542818d commit 4f86e33

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/fresh-rice-follow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openzeppelin/upgrades-core': patch
3+
---
4+
5+
Add Celo Sepolia network to manifest file names.

packages/core/src/provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export const networkNames: { [chainId in number]?: string } = Object.freeze({
147147
44787: 'celo-alfajores',
148148
80001: 'polygon-mumbai',
149149
84532: 'base-sepolia',
150+
11142220: 'celo-sepolia',
150151
11155111: 'sepolia',
151152
11155420: 'op-sepolia',
152153
});

0 commit comments

Comments
 (0)