diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2ab40ff5a..1369cb2b9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 828 Tim Janssen Update all.json (#3949) + 829 Tim Janssen Update all.json (#3951) 799 Frank Update all.json (#3952) 614 Mich block `moonbeam-netvvork.com` (#3947) 545 Jaco Add missing crosscheck entries (#3930) diff --git a/all.json b/all.json index 690119f62..3d0080b99 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "web.evmext.live", - "evmext.live", "09sync00.duckdns.org", "0therside.com", "0vvwvuniswap.top", @@ -8548,6 +8546,7 @@ "evilpepetoken.org", "evm-lido.com", "evm-tools.live", + "evmext.live", "evmfixtools.com", "evmkit.io", "evmos-network.online", diff --git a/all/live/all.json b/all/live/all.json index 5425829dd..c68f65851 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -488,6 +488,7 @@ "evernodexrpl-server.live", "evernodexrplairdrop.live", "evm-tools.live", + "evmext.live", "ewalletretrieval.live", "explorerprotocol.live", "explorerrprotocol.live", diff --git a/meta/2023-10.json b/meta/2023-10.json index 7e799ba9e..7919e5080 100644 --- a/meta/2023-10.json +++ b/meta/2023-10.json @@ -275,6 +275,10 @@ "date": "2023-10-01", "url": "everrisev3migration.online" }, + { + "date": "2023-10-01", + "url": "evmext.live" + }, { "date": "2023-10-01", "url": "evrsnodsxprldt.com" @@ -683,6 +687,10 @@ "date": "2023-10-01", "url": "wanchain-live.org" }, + { + "date": "2023-10-01", + "url": "web.evmext.live" + }, { "date": "2023-10-01", "url": "web3-bitget.org" diff --git a/package.json b/package.json index eb0ad804a..22cc8c6b5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-105-x", + "version": "0.21.7-106-x", "versions": { - "git": "0.21.7-105-x", + "git": "0.21.7-106-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index af68967bb..a350825cb 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-105-x", + "version": "0.21.7-106-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.4.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ba335dbed..8c1e65a05 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.7-105-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-106-x' };