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 c27c51a + a61c6f7 commit 6c94501Copy full SHA for 6c94501
modules/sdk-api/src/types.ts
@@ -36,6 +36,16 @@ export interface BitGoAPIOptions {
36
optimisticEtherscanApiToken?: string;
37
zksyncExplorerApiToken?: string;
38
bscscanApiToken?: string;
39
+ coredaoExplorerApiToken?: string;
40
+ oasExplorerApiToken?: string;
41
+ sgbExplorerApiToken?: string;
42
+ flrExplorerApiToken?: string;
43
+ xdcExplorerApiToken?: string;
44
+ wemixExplorerApiToken?: string;
45
+ monExplorerApiToken?: string;
46
+ worldExplorerApiToken?: string;
47
+ somniaExplorerApiToken?: string;
48
+ soneiumExplorerApiToken?: string;
49
hmacVerification?: boolean;
50
customProxyAgent?: Agent;
51
refreshToken?: string;
0 commit comments