diff --git a/src/components/Common/toolingItems.ts b/src/components/Common/toolingItems.ts index 6464ed6bde..10f0dec96d 100644 --- a/src/components/Common/toolingItems.ts +++ b/src/components/Common/toolingItems.ts @@ -316,4 +316,13 @@ export const communityToolingItems = [ github: "https://github.com/icpcs/motokopilot-vscode", }, }, +{ + title: "Dfns", + tags: [ "website", "development", "service" ], + description: "Wallet infrastructure for digital assets.", + links: { + external: "https://www.dfns.co/", + docs: "https://docs.dfns.co/d/getting-started/onboarding-to-dfns", + }, + }, ];