diff --git a/CONTRIBUTORS b/CONTRIBUTORS index aa1a4b57c..62f665dc1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 413 Mich Update address.json (#1237) 361 Jaco Support bundlers where import.meta.url is undefined (#1228) - 149 mhusnirizal update all.json (#1233) + 150 mhusnirizal update all.json (#1239) 77 michalisFr Update all.json (#1036) 62 frankywild Update all.json (#1238) 26 Bill Laboon Add Polkapromo.com (#1035) diff --git a/all.json b/all.json index 29e28e5f7..fa93bedfb 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "connect.online-dapps.com", "02auth-mtb.myz.info", "0vvvvuniswap.top", "0vvwvuniswap.top", @@ -657,6 +656,7 @@ "connect.dapp-links.net", "connect.dapplinks.net", "connect.dapps-link.org", + "connect.online-dapps.com", "connect.opensyncs.com", "connect.polkadot-js.com", "connect.shibainutoken.us", diff --git a/meta/2022-03.json b/meta/2022-03.json index ea7a55011..2631db081 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -35,6 +35,10 @@ "date": "2022-03-08", "url": "concordium-bridge.phi-blockchain.com" }, + { + "date": "2022-03-08", + "url": "connect.online-dapps.com" + }, { "date": "2022-03-08", "url": "connect.shibainutoken.us" diff --git a/package.json b/package.json index 0670ef1bb..fcd83a305 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.284", + "version": "0.8.285", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e920abf19..b0c519c33 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.284", + "version": "0.8.285", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index acc85e03f..ec321dd5a 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.8.284' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.285' };