We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 082f071 + 29efbb1 commit 4fbc309Copy full SHA for 4fbc309
modules/sdk-api/src/bitgoAPI.ts
@@ -238,6 +238,7 @@ export class BitGoAPI implements BitGoBase {
238
'bscscanApiToken',
239
'coredaoExplorerApiToken',
240
'oasExplorerApiToken',
241
+ 'baseethApiToken',
242
'sgbExplorerApiToken',
243
'flrExplorerApiToken',
244
'xdcExplorerApiToken',
modules/sdk-api/src/types.ts
@@ -22,6 +22,7 @@ export interface BitGoAPIOptions {
22
env?: EnvironmentName;
23
etherscanApiToken?: string;
24
polygonscanApiToken?: string;
25
+ baseethApiToken?: string;
26
arbiscanApiToken?: string;
27
optimisticEtherscanApiToken?: string;
28
zksyncExplorerApiToken?: string;
0 commit comments