Skip to content

Commit

Permalink
Merge pull request #416 from BitGo/WIN-2611-solve-issue-with-arb-op-t…
Browse files Browse the repository at this point in the history
…oken-recoveries

fix(wrw): fix issue with arb and op token recovery
  • Loading branch information
gianchandania authored Apr 2, 2024
2 parents e93920b + 3f650fd commit 26046a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions electron/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,14 @@ async function createWindow() {
break;
case 'arbeth':
case 'tarbeth':
case 'arbethToken':
case 'tarbethToken':
sdk = new BitGoAPI({ env: environment, arbiscanApiToken: apiKey });
break;
case 'opeth':
case 'topeth':
case 'opethToken':
case 'topethToken':
sdk = new BitGoAPI({
env: environment,
optimisticEtherscanApiToken: apiKey,
Expand Down

0 comments on commit 26046a5

Please sign in to comment.