Skip to content

Commit

Permalink
feat(network): add geist network support (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnami authored Nov 27, 2024
1 parent aab1820 commit 4de4871
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/types/docs-schemas/definitions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
"zksync-sepolia",
"japan",
"japan-testnet",
"unichain-sepolia"
"unichain-sepolia",
"geist-polter",
"geist-mainnet"
]
},
"custom-network": {
Expand Down
2 changes: 2 additions & 0 deletions src/types/docs/definitions-definitions-publicnetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@
| `"japan"` | |
| `"japan-testnet"` | |
| `"unichain-sepolia"` | |
| `"geist-polter"` | |
| `"geist-mainnet"` | |
2 changes: 1 addition & 1 deletion src/types/schemas/definitions.schema.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/types/types/resources.schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ export type PublicNetwork =
| 'zksync-sepolia'
| 'japan'
| 'japan-testnet'
| 'unichain-sepolia';
| 'unichain-sepolia'
| 'geist-polter'
| 'geist-mainnet';
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 4de4871

Please sign in to comment.