Skip to content

Commit 29efbb1

Browse files
committed
fix: fixed baseeth half-signed txn generation
TICKET: COIN-3372
1 parent 12e3dcc commit 29efbb1

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)