Skip to content

Commit

Permalink
feat: add support to linea sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
MCarlomagno committed Sep 2, 2024
1 parent 15cd2b5 commit 843608b
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 843608b

Please sign in to comment.