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:
Jaco Greeff
2021-02-15 08:15:51 +01:00
committed by GitHub
parent c139a5fb31
commit 0fcbabc7db
6 changed files with 634 additions and 12 deletions
+2 -2
View File
@@ -145,8 +145,8 @@
draw();
const [addrBody, metaBody] = await Promise.all([
fetch('https://polkadot.js.org/phishing/address.json'),
fetch('https://polkadot.js.org/phishing/urlmeta.json')
fetch('address.json'),
fetch('urlmeta.json')
]);
[addrJson, metaJson] = await Promise.all([