diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 35bfddd72..a8963d41d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 600 Mich Update all.json (#2794) 487 Jaco 0.19.1 (#2875) - 462 Tim Janssen Update all.json (#2877) + 463 Tim Janssen Update all.json (#2881) 460 Frank Update all.json (#2880) 395 mhusnirizal update all.json (#2866) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 70323525a..bed4374ab 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "balancer-fi.link", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1062,6 +1061,7 @@ "baiancer.fi", "bakeryswaper.com", "bakeryswaps.com", + "balancer-fi.link", "balancer-flnance.com", "balancer.rest", "balancerlp.com", diff --git a/all/link/all.json b/all/link/all.json index 08e66ea74..b6195659e 100644 --- a/all/link/all.json +++ b/all/link/all.json @@ -5,6 +5,7 @@ "airplop.link", "apetokennft.link", "autosync.link", + "balancer-fi.link", "bitcoinonline.link", "bridgeprotocol.link", "chain-integrator.link", diff --git a/meta/2023-01.json b/meta/2023-01.json index d6fbed096..6a757cf08 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -19,6 +19,10 @@ "date": "2023-01-30", "url": "autosetfix.com" }, + { + "date": "2023-01-30", + "url": "balancer-fi.link" + }, { "date": "2023-01-30", "url": "bridge-vital.com" diff --git a/package.json b/package.json index 0abc20646..6dc2319bf 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-5-x", + "version": "0.19.2-6-x", "versions": { - "git": "0.19.2-5-x", + "git": "0.19.2-6-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3647f2907..b399bb92d 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-5-x", + "version": "0.19.2-6-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 c2eb7802a..cc99d106f 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.19.2-5-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-6-x' };