diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 25bbaeca6..7bab2a3a7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 600 Mich Update all.json (#2794) - 482 Jaco Resplit all/* directory (based on domain) (#2853) + 483 Jaco Fix invalid url character (#2852) 452 Frank Update all.json (#2849) 450 Tim Janssen Update all.json (#2841) 394 mhusnirizal update all.json (#2850) diff --git a/all/exchange#/all.json b/all/exchange#/all.json deleted file mode 100644 index a7ae3a886..000000000 --- a/all/exchange#/all.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "cowswap-token.exchange#" -] diff --git a/all/exchange/all.json b/all/exchange/all.json index b62999eec..ae6c3fcb2 100644 --- a/all/exchange/all.json +++ b/all/exchange/all.json @@ -2,6 +2,7 @@ "app-biswap.exchange", "coinswp.exchange", "coinvault.exchange", + "cowswap-token.exchange", "cryptotoken.exchange", "kcoins.exchange", "polkadot.exchange", diff --git a/meta/2022-02.json b/meta/2022-02.json index 3261ee761..361296124 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -1111,10 +1111,6 @@ "date": "2022-02-22", "url": "connectvalidator.info" }, - { - "date": "2022-02-22", - "url": "cowswap-token.exchange#" - }, { "date": "2022-02-22", "url": "cpfctoken.crypto-margin.net" diff --git a/meta/2023-01.json b/meta/2023-01.json index 4b252f725..8502c0e51 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -35,6 +35,10 @@ "date": "2023-01-23", "url": "contractresolves.network" }, + { + "date": "2023-01-23", + "url": "cowswap-token.exchange" + }, { "date": "2023-01-23", "url": "crisloore.com.ng" diff --git a/package.json b/package.json index c99c681e8..e141d04ad 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-73-x", + "version": "0.18.14-74-x", "versions": { - "git": "0.18.14-73-x", + "git": "0.18.14-74-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b41d2ba7e..cd098f105 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-73-x", + "version": "0.18.14-74-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index d850bb69a..4d288cbe2 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-73-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-74-x' };