Skip to content

Commit 6c94501

Browse files
Merge pull request #6545 from BitGo/WIN-4971
chore: adding the missing evm chain api tokens in the Bitgo api options
2 parents c27c51a + a61c6f7 commit 6c94501

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/sdk-api/src/types.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ export interface BitGoAPIOptions {
3636
optimisticEtherscanApiToken?: string;
3737
zksyncExplorerApiToken?: string;
3838
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;
3949
hmacVerification?: boolean;
4050
customProxyAgent?: Agent;
4151
refreshToken?: string;

0 commit comments

Comments
 (0)