Skip to content

Commit

Permalink
Add holesky network (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnami authored Mar 12, 2024
1 parent 60860cf commit 3d6e970
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 @@ -20,6 +20,7 @@
"enum": [
"mainnet",
"sepolia",
"holesky",
"goerli",
"xdai",
"sokol",
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 @@ -10,6 +10,7 @@
| :---------------------- | :---------- |
| `"mainnet"` | |
| `"sepolia"` | |
| `"holesky"` | |
| `"goerli"` | |
| `"xdai"` | |
| `"sokol"` | |
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 @@ -12,6 +12,7 @@ export type SupportedNetwork = PublicNetwork | CustomNetwork;
export type PublicNetwork =
| 'mainnet'
| 'sepolia'
| 'holesky'
| 'goerli'
| 'xdai'
| 'sokol'
Expand Down

0 comments on commit 3d6e970

Please sign in to comment.