diff --git a/CONTRIBUTORS b/CONTRIBUTORS index edbad6263..800c2dc4f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 817 Tim Janssen Update all.json (#3917) - 788 Frank Update all.json (#3907) + 789 Frank Update all.json (#3919) 613 Mich block event-acala.network (#3875) 544 Jaco Bump deps (#3827) 539 mhusnirizal remove xbanking.org (#3918) diff --git a/all.json b/all.json index 644ae7641..fe0fd33d3 100644 --- a/all.json +++ b/all.json @@ -36,7 +36,6 @@ "0vvwwuniswap.top", "0vwwuniswap.top", "0x-web3redrop.net", - "cfddapp.tools", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x0portal.com", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", @@ -2865,6 +2864,7 @@ "ceykulanman.store", "cfd500connect.xyz", "cfddapp.live", + "cfddapp.tools", "cgmdirect.com.au", "chain-bridge.xyz", "chain-claim.buzz", diff --git a/all/tools/all.json b/all/tools/all.json index 6eca9808f..c5cdcf2f2 100644 --- a/all/tools/all.json +++ b/all/tools/all.json @@ -1,6 +1,7 @@ [ "altsupport.tools", "blockbridge.tools", + "cfddapp.tools", "chainprotocol.tools", "dapp-vadilate.tools", "dappbrowser.tools", diff --git a/meta/2023-09.json b/meta/2023-09.json index 495b80ffa..3f3876a62 100644 --- a/meta/2023-09.json +++ b/meta/2023-09.json @@ -31,6 +31,10 @@ "date": "2023-09-20", "url": "bridgetobase.in" }, + { + "date": "2023-09-20", + "url": "cfddapp.tools" + }, { "date": "2023-09-20", "url": "claims-manage.online" diff --git a/package.json b/package.json index 348742d94..e365af1e5 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.7-75-x", + "version": "0.21.7-76-x", "versions": { - "git": "0.21.7-75-x", + "git": "0.21.7-76-x", "npm": "0.21.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4510d7365..e0c0312e6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.7-75-x", + "version": "0.21.7-76-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.4.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 43bb78427..3fc6b52c6 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-75-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.7-76-x' };