chore: update snark artifacts url

Former-commit-id: 45b8e95a45
This commit is contained in:
cedoor
2022-07-26 00:20:00 +02:00
parent 78dcfe1816
commit b7b6e452d8

View File

@@ -4,7 +4,7 @@ import { config } from "../package.json"
async function main() {
const snarkArtifactsPath = config.paths.build["snark-artifacts"]
const url = `http://www.trusted-setup-pse.org/semaphore/${process.env.TREE_DEPTH}`
const url = `https://www.trusted-setup-pse.org/semaphore/${process.env.TREE_DEPTH}`
if (!fs.existsSync(snarkArtifactsPath)) {
fs.mkdirSync(snarkArtifactsPath, { recursive: true })