Skip to content

Commit

Permalink
Merge pull request #939 from input-output-hk/feat/add-ada-handle-conf…
Browse files Browse the repository at this point in the history
…ig-for-preview

feat: add Ada Handle config for preview network
  • Loading branch information
rhyslbw authored Aug 26, 2024
2 parents 17db7dc + d5abec1 commit 54d9873
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/extension/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,9 @@ export const getAdaHandle = async (assetName) => {
case 'preprod':
handleUrl = 'https://preprod.api.handle.me'
break;
case 'preview':
handleUrl = 'https://preview.api.handle.me'
break;
default:
return null;
}
Expand Down

0 comments on commit 54d9873

Please sign in to comment.