diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b3a34473c..de7d5102f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 340 Mich Update all.json (#1028) 333 Jaco Update all.json (#1033) 99 mhusnirizal Update all.json (#1034) - 75 michalisFr Update all.json (#1030) + 77 michalisFr Update all.json (#1036) 31 frankywild Update all.json (#1031) 26 Bill Laboon Add Polkapromo.com (#1035) 9 Dan Shields add multipe reported scams (#297) diff --git a/address.json b/address.json index 3d8979bb9..3e44c0c8a 100644 --- a/address.json +++ b/address.json @@ -2,9 +2,6 @@ "3xpool.bid": [ "155dDX3rWoNsY4aiJFbsu6wLB91c2J2Ws5BgMfJKyM1eGnkS" ], - "polkadot-reward.network": [ - "1rJAfox6RPpjCFwD1uPADQhfa2DJkyEKiASH5G1FNhzuRvW" - ], "airdropcampaign-polkadot.network": [ "14FscqFT8S8W8emC5294cEpDctgAucJW7C99mpxS4cucpHoA" ], @@ -169,6 +166,9 @@ "15qfYtQaRHHqxxAhRX5qKh6HXeWaSaF7rLfzjLtgW27USYH1", "1s3B8f5dJbtV4rVTZs1WNRpzKCUJWxK2zULErjmA52Do2SF" ], + "polkadot-reward.network": [ + "1rJAfox6RPpjCFwD1uPADQhfa2DJkyEKiASH5G1FNhzuRvW" + ], "polkadot-wallet.org": [ "12aTob47XtRAYUUjUyxAH92gDLwrEwq8YGzLVptUJytuqF3U" ], diff --git a/all.json b/all.json index 8175efc07..71643f2a4 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "polkadot-reward.network", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -2194,6 +2193,7 @@ "polkadot-promo.info", "polkadot-promo.net", "polkadot-q86nz68f.js.org", + "polkadot-reward.network", "polkadot-support.com", "polkadot-token.network", "polkadot-wallet.com", diff --git a/meta/2022-02.json b/meta/2022-02.json index 7463a1a67..b758fc98e 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -83,6 +83,10 @@ "date": "2022-02-01", "url": "netxxx.us" }, + { + "date": "2022-02-01", + "url": "polkadot-reward.network" + }, { "date": "2022-02-01", "url": "polkadot2x.com" diff --git a/package.json b/package.json index b93d96087..84dd0b570 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.106", + "version": "0.8.107", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f39a49fb0..58946aace 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.106", + "version": "0.8.107", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b7c735274..acdc4d855 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.106' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.107' };