Skip to content

Commit

Permalink
Merge pull request #62 from OpenZeppelin/add-amoy-support
Browse files Browse the repository at this point in the history
Add amoy support
  • Loading branch information
emnul authored Jun 3, 2024
2 parents 45f75f6 + f3bab9d commit b2f2020
Show file tree
Hide file tree
Showing 4 changed files with 883 additions and 270 deletions.
57 changes: 29 additions & 28 deletions src/types/docs-schemas/definitions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,48 +29,49 @@
"title": "PublicNetwork",
"type": "string",
"enum": [
"mainnet",
"sepolia",
"holesky",
"xdai",
"fuse",
"alfajores",
"amoy",
"arbitrum",
"arbitrum-nova",
"arbitrum-sepolia",
"aurora",
"auroratest",
"avalanche",
"base",
"base-sepolia",
"bsc",
"bsctest",
"celo",
"fantom",
"fantomtest",
"moonbase",
"moonriver",
"moonbeam",
"matic",
"mumbai",
"matic-zkevm",
"matic-zkevm-testnet",
"avalanche",
"fuji",
"arbitrum",
"arbitrum-nova",
"arbitrum-sepolia",
"optimism",
"optimism-sepolia",
"celo",
"alfajores",
"fuse",
"harmony-s0",
"harmony-test-s0",
"aurora",
"auroratest",
"hedera",
"hederatest",
"zksync",
"zksync-sepolia",
"base",
"base-sepolia",
"holesky",
"linea",
"mainnet",
"mantle",
"mantle-sepolia",
"matic",
"matic-zkevm",
"matic-zkevm-testnet",
"meld",
"meld-kanazawa",
"moonbase",
"moonbeam",
"moonriver",
"mumbai",
"optimism",
"optimism-sepolia",
"scroll",
"scroll-sepolia",
"meld",
"meld-kanazawa"
"sepolia",
"xdai",
"zksync",
"zksync-sepolia"
]
},
"custom-network": {
Expand Down
58 changes: 30 additions & 28 deletions src/types/docs/definitions-definitions-publicnetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,47 @@

| Value | Explanation |
| :---------------------- | :---------- |
| `"mainnet"` | |
| `"sepolia"` | |
| `"holesky"` | |
| `"xdai"` | |
| `"fuse"` | |
| `"alfajores"` | |
| `"amoy"` | |
| `"arbitrum"` | |
| `"arbitrum-nova"` | |
| `"arbitrum-sepolia"` | |
| `"aurora"` | |
| `"auroratest"` | |
| `"avalanche"` | |
| `"base"` | |
| `"base-sepolia"` | |
| `"bsc"` | |
| `"bsctest"` | |
| `"celo"` | |
| `"fantom"` | |
| `"fantomtest"` | |
| `"moonbase"` | |
| `"moonriver"` | |
| `"moonbeam"` | |
| `"matic"` | |
| `"mumbai"` | |
| `"matic-zkevm"` | |
| `"matic-zkevm-testnet"` | |
| `"avalanche"` | |
| `"fuji"` | |
| `"arbitrum"` | |
| `"arbitrum-nova"` | |
| `"arbitrum-sepolia"` | |
| `"optimism"` | |
| `"optimism-sepolia"` | |
| `"celo"` | |
| `"alfajores"` | |
| `"fuse"` | |
| `"harmony-s0"` | |
| `"harmony-test-s0"` | |
| `"aurora"` | |
| `"auroratest"` | |
| `"hedera"` | |
| `"hederatest"` | |
| `"zksync"` | |
| `"zksync-sepolia"` | |
| `"base"` | |
| `"base-sepolia"` | |
| `"holesky"` | |
| `"linea"` | |
| `"mainnet"` | |
| `"mantle"` | |
| `"mantle-sepolia"` | |
| `"scroll"` | |
| `"scroll-sepolia"` | |
| `"matic"` | |
| `"matic-zkevm"` | |
| `"matic-zkevm-testnet"` | |
| `"meld"` | |
| `"meld-kanazawa"` | |
| `"moonbase"` | |
| `"moonbeam"` | |
| `"moonriver"` | |
| `"mumbai"` | |
| `"optimism"` | |
| `"optimism-sepolia"` | |
| `"scroll"` | |
| `"scroll-sepolia"` | |
| `"sepolia"` | |
| `"xdai"` | |
| `"zksync"` | |
| `"zksync-sepolia"` | |

Loading

0 comments on commit b2f2020

Please sign in to comment.