Skip to content

Commit bb91950

Browse files
author
David Grisham
committed
fix: add cure53 ipfs addr to bootstrap nodes
1 parent 6a91462 commit bb91950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/utilities/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const defaultBootstraps = [
88
`/dns4/node4.blogchain.app/tcp/443/wss/p2p/12D3KooWRzXVsB3cf57W9KzDD97EFVcQZFP8Cb4XBbmwK3SK3tME`,
99
`/dns4/alpha.capsule.social/tcp/443/wss/p2p/12D3KooWF5TY7Wisj3nZzfoE2uKTxUpBAooUSUU8yucsJnkBxbpo`,
1010
`/dns4/payments.capsule.social/tcp/443/wss/p2p/12D3KooWBUvj6A9iNe6zPoz3i8sxhJSBNiGGL8tqRN5bY3a3khPv`,
11+
`/dns4/cure53.blogchain.app/tcp/443/wss/p2p/12D3KooWJtS3utMoMonmE4oxB99MLQywaRcWtnrxxHpRrKLUf42e`,
1112
]
1213

1314
export const capsuleOrbit = process.env.ORBIT_URL || `https://test-node.capsule.social/orbit`

0 commit comments

Comments
 (0)