Skip to content

Commit 4fbcfe6

Browse files
d70-tlkluft
andauthored
Apply suggestion from @lkluft
Co-authored-by: Lukas Kluft <lukas.kluft@gmail.com>
1 parent 76be740 commit 4fbcfe6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/ui/src/components/DSContainer.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ async function resolve_cids(helia: Helia, src: string): Promise<{root_cid?: CID,
4141
}
4242
4343
const knownPeers: Record<string, string> = {
44-
"12D3KooWN1cJjVBqXmCmaNF6yihB9vTuSSeSHJ2kw6waaQ5Mvmsm": "dkrz",
45-
"12D3KooWBWikPAjn7SeWVY5uzi42mncf2qdYZu88eFjroVaQ46jw": "swifty",
46-
"12D3KooWL3E6UMhVPHq8tyCKoAybRxQQgE2uGVLVphtmqNhaegE2": "mpim-mobile",
47-
"12D3KooWDxsa98TAgDRVRby6bPxvnHfqBdL1hHBqMqP2PWoSHmcJ": "raspberrypint",
44+
"12D3KooWN1cJjVBqXmCmaNF6yihB9vTuSSeSHJ2kw6waaQ5Mvmsm": "DKRZ",
45+
"12D3KooWBWikPAjn7SeWVY5uzi42mncf2qdYZu88eFjroVaQ46jw": "GWDG Cloud",
46+
"12D3KooWL3E6UMhVPHq8tyCKoAybRxQQgE2uGVLVphtmqNhaegE2": "Pi 5 (MPIM)",
47+
"12D3KooWDxsa98TAgDRVRby6bPxvnHfqBdL1hHBqMqP2PWoSHmcJ": "Pi (lkluft)",
4848
};
4949
5050
function parseProvider(provider: Provider): string | undefined {

0 commit comments

Comments
 (0)