Skip to content

Commit

Permalink
chore(sdk-api): add explorer constants
Browse files Browse the repository at this point in the history
Ticket: WIN-1422
  • Loading branch information
ajays97 committed Dec 28, 2023
1 parent 1048249 commit 897d969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/sdk-api/src/bitgoAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export class BitGoAPI implements BitGoBase {
'polygonscanApiToken',
'arbiscanApiToken',
'optimisticEtherscanApiToken',
'zksyncExplorerApiToken',
];

Object.keys(params).forEach((key) => {
Expand Down
1 change: 1 addition & 0 deletions modules/sdk-api/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface BitGoAPIOptions {
polygonscanApiToken?: string;
arbiscanApiToken?: string;
optimisticEtherscanApiToken?: string;
zksyncExplorerApiToken?: string;
hmacVerification?: boolean;
proxy?: string;
refreshToken?: string;
Expand Down

0 comments on commit 897d969

Please sign in to comment.