From b9e5234c04138d34fb6e7c37d4fdf5fd897f8d9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Jan 2022 13:57:19 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.47 skip-checks: true --- CONTRIBUTORS | 2 +- address.json | 6 +++--- package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index be7607598..0dd390019 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 324 Jaco Reformat root tsconfig.build.json (#957) 314 Mich Update all.json (#962) 83 mhusnirizal update all.json (#964) - 73 michalisFr Update all.json (#965) + 74 michalisFr Update address.json (#966) 24 Bill Laboon "tripple your DOT" scam (#838) 24 frankywild Update all.json (#954) 9 Dan Shields add multipe reported scams (#297) diff --git a/address.json b/address.json index ff3939912..df85acf91 100644 --- a/address.json +++ b/address.json @@ -1,7 +1,4 @@ { - "okexevent.live": [ - "1V4SqTDeq79DVtgHBjpkuJtNDJt3KvCEzphRJWKs29Fn7DF" - ], "3xpool.bid": [ "155dDX3rWoNsY4aiJFbsu6wLB91c2J2Ws5BgMfJKyM1eGnkS" ], @@ -79,6 +76,9 @@ "musk-in.com": [ "12rpYzbZHLmM83UcAuudQWr4cdb6xVCCe2brMQeno5isbSwK" ], + "okexevent.live": [ + "1V4SqTDeq79DVtgHBjpkuJtNDJt3KvCEzphRJWKs29Fn7DF" + ], "phishing Polkadot extension": [ "12KYiC8PZaXuGFay57m8TJCeHaRGp1uy4ADMiqVkXArMiSqP", "13dwDYAFBrpsxQi1XUCor8FKUs7GQcEM6oGGaDhEE9y8CXYd" diff --git a/package.json b/package.json index 991eccdee..73e6e8afb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.46", + "version": "0.8.47", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e0b7b77a2..fb49988bb 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.46", + "version": "0.8.47", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 585528d10..185564080 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.8.46' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.47' };