Skip to content

Commit bdbfc44

Browse files
Merge pull request #6466 from BitGo/WIN-6108
fix(api): update BitGoAPIOptions to make evm url param optional
2 parents af07a21 + eb7b1f8 commit bdbfc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sdk-api/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface BitGoAPIOptions {
4848
getAdditionalHeadersCb?: AdditionalHeadersCallback;
4949
evm?: {
5050
[key: string]: {
51-
baseUrl: string;
51+
baseUrl?: string;
5252
apiToken?: string;
5353
};
5454
};

0 commit comments

Comments
 (0)