diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d1674a5da..e42f8a890 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 650 Frank Update all.json (#3333) + 651 Frank Update all.json (#3336) 608 Mich Block WalletConnect "node sync" scams (#3319) 593 Tim Janssen Update all.json (#3334) 527 Jaco 0.21.2 (#3309) diff --git a/all.json b/all.json index 531232c66..a1ced3aa5 100644 --- a/all.json +++ b/all.json @@ -33,9 +33,6 @@ "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", - "appmainnetservers.com", - "coinmainnetinterface.live", - "multichains-tools.live", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", @@ -782,6 +779,7 @@ "appmainets.com", "appmainnetexplorer.online", "appmainnetserver.com", + "appmainnetservers.com", "appmainnetservers.net", "appmainnetverify.com", "appmainrectify.com", @@ -2517,6 +2515,7 @@ "coinlee.live", "coinlinker.org", "coinlinker.pro", + "coinmainnetinterface.live", "coinmarket.herokuapp.com", "coinmarketswap.me", "coinmarketwalletsync.com", @@ -9945,6 +9944,7 @@ "multichains-pro.com", "multichains-pro.net", "multichains-pro.org", + "multichains-tools.live", "multichains.in", "multichains.net", "multichainserver.com", diff --git a/all/com/all.json b/all/com/all.json index af40da75f..a8317af65 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -254,6 +254,7 @@ "applovinstudios.com", "appmainets.com", "appmainnetserver.com", + "appmainnetservers.com", "appmainnetverify.com", "appmainrectify.com", "appnodecenter.com", diff --git a/all/live/all.json b/all/live/all.json index f294d7c25..3a7467a4a 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -157,6 +157,7 @@ "coinappprotocol.live", "coinfixup.live", "coinlee.live", + "coinmainnetinterface.live", "coinnodeapi.live", "coinnodes.live", "coinsecure.live", @@ -569,6 +570,7 @@ "moonwarpre-sale.live", "multi-networksolutions.live", "multibridge.live", + "multichains-tools.live", "multiconnect.live", "multidefinetworks.live", "multidefisapp.live", diff --git a/meta/2023-05.json b/meta/2023-05.json index eeaf4df88..3b008dae1 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,8 +1,20 @@ [ + { + "date": "2023-05-09", + "url": "appmainnetservers.com" + }, + { + "date": "2023-05-09", + "url": "coinmainnetinterface.live" + }, { "date": "2023-05-09", "url": "multichain-mainnetprotocol.netlify.app" }, + { + "date": "2023-05-09", + "url": "multichains-tools.live" + }, { "date": "2023-05-09", "url": "walletsconnnect.pages.dev" diff --git a/package.json b/package.json index 0e9fc2187..067b0b302 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.3-22-x", + "version": "0.21.3-23-x", "versions": { - "git": "0.21.3-22-x", + "git": "0.21.3-23-x", "npm": "0.21.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 55406859c..098f50f29 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.3-22-x", + "version": "0.21.3-23-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 16898ed36..0295d1e79 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.3-22-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.3-23-x' };