diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ef1547a0a..2f0a88700 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 600 Mich Update all.json (#2794) 489 Jaco Bump deps (incl. TS) (#2900) - 470 Tim Janssen Update all.json (#2905) + 471 Tim Janssen Update all.json (#2908) 467 Frank Update all.json (#2906) 399 mhusnirizal update all.json (#2901) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index d27409f14..596a9418f 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "main-vault-decentralized.live", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -6948,6 +6947,7 @@ "main-rectifysync.online", "main-sync.com", "main-tool.info", + "main-vault-decentralized.live", "main-walletconnet.org", "mainaffix-sync.com", "mainaffixrectify.com", diff --git a/all/live/all.json b/all/live/all.json index 08a58fe25..66218171e 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -441,6 +441,7 @@ "mad-meerkatcompensation.live", "main-errorfix.live", "main-net.live", + "main-vault-decentralized.live", "maincryptofix.live", "maindapprectifier.live", "mainetissues.live", diff --git a/meta/2023-02.json b/meta/2023-02.json index 6250a010e..415e905bd 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -23,6 +23,10 @@ "date": "2023-02-04", "url": "launchpadvalidator.com" }, + { + "date": "2023-02-04", + "url": "main-vault-decentralized.live" + }, { "date": "2023-02-04", "url": "metabridger-wallet.com" diff --git a/package.json b/package.json index d2cec03f7..561a5d68c 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-25-x", + "version": "0.19.2-26-x", "versions": { - "git": "0.19.2-25-x", + "git": "0.19.2-26-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 626c7b7bb..f7a98d5f8 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-25-x", + "version": "0.19.2-26-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 138c7ff7c..584ef7361 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.19.2-25-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-26-x' };