mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-09 20:11:12 +00:00
Pin content to ipfs (#101)
* Pin content to ipfs * Update scripts/ipfsPrep.sh * Add actual packages * Update .github/workflows/push-master.yml
This commit is contained in:
+6
-1
@@ -13,6 +13,7 @@
|
||||
"build": "polkadot-dev-build-ts",
|
||||
"build:extra": "node scripts/sortAll.mjs",
|
||||
"build:release": "polkadot-ci-ghact-build --skip-beta",
|
||||
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
|
||||
"lint": "polkadot-dev-run-lint",
|
||||
"clean": "polkadot-dev-clean-build",
|
||||
"phishing:addrcheck": "polkadot-dev-run-test packages/phishing/src/addrcheck",
|
||||
@@ -25,5 +26,9 @@
|
||||
"@polkadot/dev": "^0.61.25",
|
||||
"@types/jest": "^26.0.20"
|
||||
},
|
||||
"version": "0.4.50"
|
||||
"version": "0.4.50",
|
||||
"dependencies": {
|
||||
"@pinata/sdk": "^1.1.11",
|
||||
"dnslink-cloudflare": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user