"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ipfsMainPeerID = void 0;
function ipfsMainPeerID(peerID) {
return peerID === '12D3KooWRLthZ79SQbK8HXaDWtyg4TgpEDyYvLxAB5bDAtfuXcKY';
}
exports.ipfsMainPeerID = ipfsMainPeerID;