diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3bb210948..1c535914c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 932 Tim Janssen Update all.json (#4331) - 902 Frank Update all.json (#4319) + 903 Frank Update all.json (#4333) 617 Mich Block polkastater-login.com (#4044) 598 mhusnirizal update all.json (#4290) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index a91eb0e0b..374f646f7 100644 --- a/all.json +++ b/all.json @@ -34,7 +34,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "tokendot.org", "0therside.com", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -25439,6 +25438,7 @@ "tokendatasync.com", "tokendefi-rectification.com", "tokendn1.club", + "tokendot.org", "tokeneigenlayer.org", "tokenerror-resolution.online", "tokenerrorsfix.com", diff --git a/all/org/all.json b/all/org/all.json index f15c02e2e..8055fb54f 100644 --- a/all/org/all.json +++ b/all/org/all.json @@ -1470,6 +1470,7 @@ "tokencake.org", "tokenchainlink.org", "tokenclaimers.org", + "tokendot.org", "tokeneigenlayer.org", "tokenextensions.org", "tokenlido.org", diff --git a/meta/2024-03.json b/meta/2024-03.json index 5dd05506e..bad714544 100644 --- a/meta/2024-03.json +++ b/meta/2024-03.json @@ -23,6 +23,10 @@ "date": "2024-03-20", "url": "rpcprotocolevault.com" }, + { + "date": "2024-03-20", + "url": "tokendot.org" + }, { "date": "2024-03-20", "url": "xn--fixedflat-c7a.net" diff --git a/package.json b/package.json index 1e7154f2d..9c18d768a 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-0-x", + "version": "0.22.5-1-x", "versions": { - "git": "0.22.5-0-x", + "git": "0.22.5-1-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 15a1a3f7d..466421354 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-0-x", + "version": "0.22.5-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fc8363ff2..ae134809f 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.22.5-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-1-x' };