Skip to content

Commit

Permalink
Merge pull request #68 from OpenZeppelin/plat-3308-support-linea-sepolia
Browse files Browse the repository at this point in the history
feat: add support to linea sepolia
  • Loading branch information
MCarlomagno authored Sep 3, 2024
2 parents 15cd2b5 + 843608b commit a38a9f4
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 @@ -52,6 +52,7 @@
"hederatest",
"holesky",
"linea",
"linea-sepolia",
"mainnet",
"mantle",
"mantle-sepolia",
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 @@ -31,6 +31,7 @@
| `"hederatest"` | |
| `"holesky"` | |
| `"linea"` | |
| `"linea-sepolia"` | |
| `"mainnet"` | |
| `"mantle"` | |
| `"mantle-sepolia"` | |
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 @@ -33,6 +33,7 @@ export type PublicNetwork =
| 'hederatest'
| 'holesky'
| 'linea'
| 'linea-sepolia'
| 'mainnet'
| 'mantle'
| 'mantle-sepolia'
Expand Down

0 comments on commit a38a9f4

Please sign in to comment.