Skip to content

Commit 0a6f689

Browse files
Merge pull request #5617 from BitGo/WIN-4675
chore:add non bitgo recovery-sgb,flr,wemix
2 parents ad04cd8 + 6d4701e commit 0a6f689

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

modules/sdk-api/src/bitgoAPI.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ export class BitGoAPI implements BitGoBase {
237237
'bscscanApiToken',
238238
'coredaoExplorerApiToken',
239239
'oasExplorerApiToken',
240+
'sgbExplorerApiToken',
241+
'flrExplorerApiToken',
242+
'xdcExplorerApiToken',
243+
'wemixExplorerApiToken',
240244
];
241245

242246
Object.keys(params).forEach((key) => {

modules/sdk-core/src/bitgo/environments.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ const mainnetBase: EnvironmentTemplate = {
166166
etcNodeUrl: 'https://etc.blockscout.com',
167167
coredaoExplorerBaseUrl: 'https://openapi.coredao.org',
168168
oasExplorerBaseUrl: 'https://explorer.oasys.games',
169+
flrExplorerBaseUrl: 'https://flare-explorer.flare.network',
170+
xdcExplorerBaseUrl: 'https://api-xdc.blocksscan.io',
171+
wemixExplorerBaseUrl: 'https://api.wemixscan.com',
172+
sgbExplorerBaseUrl: 'https://songbird-explorer.flare.network',
169173
rosettaNodeURL: 'http://localhost:8081', //TODO(WIN-4242): update when rosetta node is available
170174
};
171175

@@ -222,6 +226,10 @@ const testnetBase: EnvironmentTemplate = {
222226
etcNodeUrl: 'https://etc-mordor.blockscout.com',
223227
coredaoExplorerBaseUrl: 'https://api.test2.btcs.network',
224228
oasExplorerBaseUrl: 'https://explorer.testnet.oasys.games',
229+
wemixExplorerBaseUrl: 'https://api-testnet.wemixscan.com',
230+
flrExplorerBaseUrl: 'https://coston2-explorer.flare.network',
231+
xdcExplorerBaseUrl: 'https://api-apothem.xdcscan.io',
232+
sgbExplorerBaseUrl: 'https://coston-explorer.flare.network',
225233
rosettaNodeURL: 'http://localhost:8081', //TODO(WIN-4242): update when rosetta node is available
226234
};
227235

0 commit comments

Comments
 (0)