UNPKG
@yoroi/exchange
Version:
latest (3.0.0)
3.0.0
2.0.1
The Exchange package of Yoroi SDK
github.com/Emurgo/yoroi/packages/exchange
@yoroi/exchange
/
src
/
adapters
/
encryptus
/
api.mocks.ts
7 lines
(6 loc)
•
155 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
const
getEncryptusBaseUrlResponse = {
status
:
200
,
data
: {
link
:
'https://sandbox.encryptus.co/pw?access_token=FAKE_TOKEN'
, }, }
as
const