Skip to content

Commit

Permalink
Merge pull request #57 from OpenZeppelin/plat-4308-add-support-for-ma…
Browse files Browse the repository at this point in the history
…ntle-sepolia

Add support to mantle sepolia
  • Loading branch information
MCarlomagno authored May 13, 2024
2 parents 5149c82 + b47a208 commit 062a96d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/types/docs-schemas/definitions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"base-sepolia",
"linea",
"mantle",
"mantle-sepolia",
"scroll",
"scroll-sepolia",
"meld",
Expand Down
1 change: 1 addition & 0 deletions src/types/docs/definitions-definitions-publicnetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
| `"base-sepolia"` | |
| `"linea"` | |
| `"mantle"` | |
| `"mantle-sepolia"` | |
| `"scroll"` | |
| `"scroll-sepolia"` | |
| `"meld"` | |
Expand Down
2 changes: 1 addition & 1 deletion src/types/schemas/definitions.schema.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/types/types/resources.schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export type PublicNetwork =
| 'base-sepolia'
| 'linea'
| 'mantle'
| 'mantle-sepolia'
| 'scroll'
| 'scroll-sepolia'
| 'meld'
Expand Down

0 comments on commit 062a96d

Please sign in to comment.