diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4b6de8217..8f4b31fe9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -33,6 +33,7 @@ 1 Graham Dixon Adds polkadot.com.se phishing site (#27) 1 hhanson4 Update all.json (#454) 1 impelcrypto added fake astar portal phishing sites (#3250) + 1 Josip Š Update all.json (#3410) 1 Kahori Update all.json (#2839) 1 Kami Add polkadot js plus (#2204) 1 Mark Crince add site (#174) diff --git a/all.json b/all.json index bd91a59c4..8cbe0b92f 100644 --- a/all.json +++ b/all.json @@ -12248,10 +12248,10 @@ "porkexverse.com", "portal-aster-network.com", "portal-aster.com", + "portal-astra-network.pages.dev", "portal-crosschaindefi.net", "portal-networkastar.com", "portal.astar-network.cn.com", - "portal-astra-network.pages.dev", "portalfix.online", "portalpolkadot.js.org", "portalsbase.top", diff --git a/all/dev/all.json b/all/dev/all.json index 30d9417d8..75dce8a20 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -123,6 +123,7 @@ "ployconnect.pages.dev", "ploysync.pages.dev", "poikastarter.dev", + "portal-astra-network.pages.dev", "privatechain.dev", "pro-neutral.pages.dev", "protocol-connect.pages.dev", diff --git a/meta/2023-05.json b/meta/2023-05.json index d5738e7d5..82efbbefb 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-05-26", + "url": "portal-astra-network.pages.dev" + }, { "date": "2023-05-25", "url": "authrectify.pages.dev" diff --git a/package.json b/package.json index ba4f98e9f..9c9511df4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.4-48-x", + "version": "0.21.4-49-x", "versions": { - "git": "0.21.4-48-x", + "git": "0.21.4-49-x", "npm": "0.21.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7f741c717..2fbae705a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.4-48-x", + "version": "0.21.4-49-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.2.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5b10ea517..8ecfd9c50 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-48-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.4-49-x' };