Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@metamask/utils": "^8.2.0",
"@types/uuid": "^8.3.0",
"async-mutex": "^0.2.6",
"cockatiel": "3.1.1",
"ethereumjs-util": "^7.0.10",
"lodash": "^4.17.21",
"multiformats": "^9.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export {
formatIconUrlWithProxy,
getFormattedIpfsUrl,
} from './assetsUtil';
export { codefiTokenPricesServiceV2 } from './token-prices-service';
export { CodefiTokenPricesServiceV2 } from './token-prices-service';
Loading