Skip to content

Commit

Permalink
feat(network): add unichain-sepolia network (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnami authored Oct 15, 2024
1 parent 02f0186 commit 379a8dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/types/docs-schemas/definitions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"zksync",
"zksync-sepolia",
"japan",
"japan-testnet"
"japan-testnet",
"unichain-sepolia"
]
},
"custom-network": {
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 @@ -54,3 +54,4 @@
| `"zksync-sepolia"` | |
| `"japan"` | |
| `"japan-testnet"` | |
| `"unichain-sepolia"` | |
2 changes: 1 addition & 1 deletion src/types/schemas/definitions.schema.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/types/types/resources.schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export type PublicNetwork =
| 'zksync'
| 'zksync-sepolia'
| 'japan'
| 'japan-testnet';
| 'japan-testnet'
| 'unichain-sepolia';
export type CustomNetwork = 'x-dfk-avax-chain' | 'x-dfk-avax-chain-test' | 'x-security-alliance';
export type TenantNetwork = string;
export type AddressFromRelayer = {} | string;
Expand Down

0 comments on commit 379a8dc

Please sign in to comment.