Skip to content

Commit

Permalink
add mantle chain type
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 21, 2024
1 parent da149ac commit d6b3e39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/types/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ export class RpcError extends Error {

export type Environment = "production" | "staging" | "development"
export type ApiVersion = "v1" | "v2"
export type ChainType = "default" | "op-stack" | "arbitrum" | "hedera"
export type ChainType =
| "default"
| "op-stack"
| "arbitrum"
| "hedera"
| "mantle"

0 comments on commit d6b3e39

Please sign in to comment.