Skip to content

Commit

Permalink
chore(portfolio): update token activity enpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Sep 3, 2024
1 parent a7980d5 commit 889fe5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/portfolio/src/adapters/dullahan-api/api-maker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ export const apiConfig: ApiConfig = freeze(
tokenInfo: 'https://zero.yoroiwallet.com/tokens/info',
tokenInfos: 'https://zero.yoroiwallet.com/tokens/info/multi',
tokenTraits: 'https://zero.yoroiwallet.com/tokens/nft/traits',
tokenActivity: 'https://zero.yoroiwallet.com/tokens/activity/multi',
tokenActivity:
'https://dev-yoroi-backend-zero-mainnet.emurgornd.com/tokens/activity/multi',
tokenPriceHistory:
'https://add50d9d-76d7-47b7-b17f-e34021f63a02.mock.pstmn.io/v1/token-price-history',
tokenImageInvalidate:
Expand Down

0 comments on commit 889fe5e

Please sign in to comment.