diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b01b4a2a5..9d4d9339d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 550 mhusnirizal update all.json (#4026) 546 Jaco Bump TS (#3988) 96 michalisFr Added 0 new domains (#2338) - 34 alineherzman Update all.json (#3979) + 35 alineherzman Update all.json (#4029) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 13 ccris02 Update all.json (#1510) 11 Josip Š Update all.json (#3963) diff --git a/all.json b/all.json index 1b52ef3d9..0328fdda5 100644 --- a/all.json +++ b/all.json @@ -33,7 +33,6 @@ "09sync00.duckdns.org", "0nlinebot.github.io", "0therside.com", - "coinbasewebwallet.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -4116,6 +4115,7 @@ "coinbasewallets-up.com", "coinbasewallets.com", "coinbasewalletsecure.com", + "coinbasewebwallet.com", "coinbebit.com", "coinbell.net", "coinbits.ltd", diff --git a/all/com/all.json b/all/com/all.json index f7867110f..b785f8207 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -1447,6 +1447,7 @@ "coinbasewallets-up.com", "coinbasewallets.com", "coinbasewalletsecure.com", + "coinbasewebwallet.com", "coinbebit.com", "coinbsc.com", "coinbunx.com", diff --git a/meta/2023-11.json b/meta/2023-11.json index c58b0a571..4d22b6dfc 100644 --- a/meta/2023-11.json +++ b/meta/2023-11.json @@ -51,6 +51,10 @@ "date": "2023-11-07", "url": "claimstake.link" }, + { + "date": "2023-11-07", + "url": "coinbasewebwallet.com" + }, { "date": "2023-11-07", "url": "cointokenlaunch.pro" diff --git a/package.json b/package.json index 2192323f3..65342daa0 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-168-x", + "version": "0.21.7-169-x", "versions": { - "git": "0.21.7-168-x", + "git": "0.21.7-169-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 179225d72..11a406323 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-168-x", + "version": "0.21.7-169-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.5.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d7f53bd86..eb8a75c42 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.21.7-168-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-169-x' };