diff --git a/CONTRIBUTORS b/CONTRIBUTORS index dc8700431..dfb93d140 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 600 Mich Update all.json (#2794) 478 Jaco 0.18.13 (#2769) 441 Frank Update all.json (#2816) - 440 Tim Janssen Update all.json (#2817) + 441 Tim Janssen Update all.json (#2818) 390 mhusnirizal update all.json (#2811) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 268c40b98..516ee2d16 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "trustpade-dot.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -12501,6 +12500,7 @@ "trustpad.events", "trustpad.fi", "trustpad.gift", + "trustpade-dot.com", "trustpadfi.net", "trustpadswap.net", "trustprotocol.info", diff --git a/meta/2023-01.json b/meta/2023-01.json index abec72855..601947067 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -95,6 +95,10 @@ "date": "2023-01-17", "url": "tokens-resolver.netlify.app" }, + { + "date": "2023-01-17", + "url": "trustpade-dot.com" + }, { "date": "2023-01-17", "url": "unified-oneconnect.com" diff --git a/package.json b/package.json index 8675cdd3a..8949c190f 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-46-x", + "version": "0.18.14-47-x", "versions": { - "git": "0.18.14-46-x", + "git": "0.18.14-47-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a86432ae2..9407f582c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-46-x", + "version": "0.18.14-47-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a4a7af5c4..b0f7c8322 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.18.14-46-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-47-x' };