Skip to content

Commit 4fbc309

Browse files
Merge pull request #5858 from BitGo/COIN-3372
fix: fixed baseeth half-signed txn generation
2 parents 082f071 + 29efbb1 commit 4fbc309

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/sdk-api/src/bitgoAPI.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ export class BitGoAPI implements BitGoBase {
238238
'bscscanApiToken',
239239
'coredaoExplorerApiToken',
240240
'oasExplorerApiToken',
241+
'baseethApiToken',
241242
'sgbExplorerApiToken',
242243
'flrExplorerApiToken',
243244
'xdcExplorerApiToken',

modules/sdk-api/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export interface BitGoAPIOptions {
2222
env?: EnvironmentName;
2323
etherscanApiToken?: string;
2424
polygonscanApiToken?: string;
25+
baseethApiToken?: string;
2526
arbiscanApiToken?: string;
2627
optimisticEtherscanApiToken?: string;
2728
zksyncExplorerApiToken?: string;

0 commit comments

Comments
 (0)