Skip to content

Commit

Permalink
Add EU and EU2 base urls
Browse files Browse the repository at this point in the history
  • Loading branch information
orenyomtov committed Jul 29, 2024
1 parent c0ee722 commit 924e1e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export enum ChainId {
export enum ApiBaseUrl {
Production = "https://api.fireblocks.io",
Sandbox = "https://sandbox-api.fireblocks.io",
EU = "https://eu-api.fireblocks.io/v1",
EU2 = "https://eu2-api.fireblocks.io/v1",
}

export type Asset = {
Expand Down

0 comments on commit 924e1e5

Please sign in to comment.