diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 300d9b2e1..6195a9c57 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 562 Mich Update all.json (#1696) 400 Jaco Adjust dev dep (Fix CI deploy) (#1708) 240 mhusnirizal update all.json (#1691) - 156 frankywild Update all.json (#1706) + 157 frankywild Update all.json (#1709) 79 michalisFr Update all.json (#1540) 29 Bill Laboon Remove emily.ghost.io (#1539) 23 thwjanssen89 Update all.json (#1699) diff --git a/all.json b/all.json index 422de8d22..5b950681e 100644 --- a/all.json +++ b/all.json @@ -6,8 +6,6 @@ "0vvwwuniswap.top", "0vwwuniswap.top", "123-informatica.com", - "karura.top", - "karura.pw", "12345678987654321.link", "16-b.it", "162.222.226.37", @@ -4118,6 +4116,8 @@ "karafuru.gifts", "karura-network.com", "karura-networks.com", + "karura.pw", + "karura.top", "katana-roninchain.org", "katana-roninhcain.com", "kavatoken.online", diff --git a/meta/2022-06.json b/meta/2022-06.json index 3935fdae5..12fa1372c 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -19,6 +19,14 @@ "date": "2022-06-22", "url": "dappwalletconnect.000webhostapp.com" }, + { + "date": "2022-06-22", + "url": "karura.pw" + }, + { + "date": "2022-06-22", + "url": "karura.top" + }, { "date": "2022-06-22", "url": "launchpool.live" diff --git a/package.json b/package.json index e918e21d7..5e7f27f1b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.14.9", + "version": "0.14.10", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 49fb5a08b..2c34fedf2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.14.9", + "version": "0.14.10", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 815fe0b29..e7d4af6c1 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.14.9' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.14.10' };