We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542818d commit 4f86e33Copy full SHA for 4f86e33
.changeset/fresh-rice-follow.md
@@ -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
@@ -147,6 +147,7 @@ export const networkNames: { [chainId in number]?: string } = Object.freeze({
147
44787: 'celo-alfajores',
148
80001: 'polygon-mumbai',
149
84532: 'base-sepolia',
150
+ 11142220: 'celo-sepolia',
151
11155111: 'sepolia',
152
11155420: 'op-sepolia',
153
});
0 commit comments