Skip to content

Commit

Permalink
Bumped protocol to /MDIP/v0.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra committed Dec 20, 2024
1 parent 5d3c7b9 commit 969307f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/mediators/hyperswarm/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
debug: process.env.KC_DEBUG ? process.env.KC_DEBUG === 'true' : false,
gatekeeperURL: process.env.KC_GATEKEEPER_URL || 'http://localhost:4224',
nodeName: process.env.KC_NODE_NAME || 'anon',
protocol: process.env.KC_MDIP_PROTOCOL || '/MDIP/v24.11.19',
protocol: process.env.KC_MDIP_PROTOCOL || '/MDIP/v0.5-beta',
};

export default config;

0 comments on commit 969307f

Please sign in to comment.