mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +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:
+2
-2
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user