Skip to content

Commit

Permalink
Merge pull request #38 from OpenZeppelin/plat-3307-support-base-sepolia
Browse files Browse the repository at this point in the history
Add support to base sepolia
  • Loading branch information
MCarlomagno authored Feb 22, 2024
2 parents 628c6e3 + 0d0a4b0 commit 7b5d0d1
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 @@ -56,6 +56,7 @@
"zksync-goerli",
"base",
"base-goerli",
"base-sepolia",
"linea-goerli",
"linea",
"mantle",
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 @@ -46,6 +46,7 @@
| `"zksync-goerli"` | |
| `"base"` | |
| `"base-goerli"` | |
| `"base-sepolia"` | |
| `"linea-goerli"` | |
| `"linea"` | |
| `"mantle"` | |
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 @@ -48,6 +48,7 @@ export type PublicNetwork =
| 'zksync-goerli'
| 'base'
| 'base-goerli'
| 'base-sepolia'
| 'linea-goerli'
| 'linea'
| 'mantle'
Expand Down

0 comments on commit 7b5d0d1

Please sign in to comment.