Skip to content

Commit 628c6e3

Browse files
authored
Merge pull request #41 from OpenZeppelin/plat-2587-add-support-for-polygon-zkevm
add matic zkevm
2 parents 35ec036 + 04e3629 commit 628c6e3

File tree

4 files changed

+52
-46
lines changed

4 files changed

+52
-46
lines changed

src/types/docs-schemas/definitions.schema.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"moonbeam",
3434
"matic",
3535
"mumbai",
36+
"matic-zkevm",
37+
"matic-zkevm-testnet",
3638
"avalanche",
3739
"fuji",
3840
"arbitrum",

src/types/docs/definitions-definitions-publicnetwork.md

Lines changed: 47 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,50 @@
66

77
**enum**: the value of this property must be equal to one of the following values:
88

9-
| Value | Explanation |
10-
| :------------------- | :---------- |
11-
| `"mainnet"` | |
12-
| `"sepolia"` | |
13-
| `"goerli"` | |
14-
| `"xdai"` | |
15-
| `"sokol"` | |
16-
| `"fuse"` | |
17-
| `"bsc"` | |
18-
| `"bsctest"` | |
19-
| `"fantom"` | |
20-
| `"fantomtest"` | |
21-
| `"moonbase"` | |
22-
| `"moonriver"` | |
23-
| `"moonbeam"` | |
24-
| `"matic"` | |
25-
| `"mumbai"` | |
26-
| `"avalanche"` | |
27-
| `"fuji"` | |
28-
| `"arbitrum"` | |
29-
| `"arbitrum-nova"` | |
30-
| `"arbitrum-goerli"` | |
31-
| `"arbitrum-sepolia"` | |
32-
| `"optimism"` | |
33-
| `"optimism-goerli"` | |
34-
| `"optimism-sepolia"` | |
35-
| `"celo"` | |
36-
| `"alfajores"` | |
37-
| `"harmony-s0"` | |
38-
| `"harmony-test-s0"` | |
39-
| `"aurora"` | |
40-
| `"auroratest"` | |
41-
| `"hedera"` | |
42-
| `"hederatest"` | |
43-
| `"zksync"` | |
44-
| `"zksync-goerli"` | |
45-
| `"base"` | |
46-
| `"base-goerli"` | |
47-
| `"linea-goerli"` | |
48-
| `"linea"` | |
49-
| `"mantle"` | |
50-
| `"scroll"` | |
51-
| `"scroll-sepolia"` | |
52-
| `"meld"` | |
53-
| `"meld-kanazawa"` | |
9+
| Value | Explanation |
10+
| :---------------------- | :---------- |
11+
| `"mainnet"` | |
12+
| `"sepolia"` | |
13+
| `"goerli"` | |
14+
| `"xdai"` | |
15+
| `"sokol"` | |
16+
| `"fuse"` | |
17+
| `"bsc"` | |
18+
| `"bsctest"` | |
19+
| `"fantom"` | |
20+
| `"fantomtest"` | |
21+
| `"moonbase"` | |
22+
| `"moonriver"` | |
23+
| `"moonbeam"` | |
24+
| `"matic"` | |
25+
| `"mumbai"` | |
26+
| `"matic-zkevm"` | |
27+
| `"matic-zkevm-testnet"` | |
28+
| `"avalanche"` | |
29+
| `"fuji"` | |
30+
| `"arbitrum"` | |
31+
| `"arbitrum-nova"` | |
32+
| `"arbitrum-goerli"` | |
33+
| `"arbitrum-sepolia"` | |
34+
| `"optimism"` | |
35+
| `"optimism-goerli"` | |
36+
| `"optimism-sepolia"` | |
37+
| `"celo"` | |
38+
| `"alfajores"` | |
39+
| `"harmony-s0"` | |
40+
| `"harmony-test-s0"` | |
41+
| `"aurora"` | |
42+
| `"auroratest"` | |
43+
| `"hedera"` | |
44+
| `"hederatest"` | |
45+
| `"zksync"` | |
46+
| `"zksync-goerli"` | |
47+
| `"base"` | |
48+
| `"base-goerli"` | |
49+
| `"linea-goerli"` | |
50+
| `"linea"` | |
51+
| `"mantle"` | |
52+
| `"scroll"` | |
53+
| `"scroll-sepolia"` | |
54+
| `"meld"` | |
55+
| `"meld-kanazawa"` | |

0 commit comments

Comments
 (0)