Skip to content

Commit c630281

Browse files
authored
Merge pull request #639 from PolymathNetwork/dwf-provider
chore(issuer): providers:: add DWF to legal section
2 parents 25ec717 + f0591e9 commit c630281

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

262 KB
Loading
17.9 KB
Loading

packages/polymath-issuer/src/pages/providers/data.js

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// @flow
2-
31
export type SPStatus = {|
42
title: string,
53
message: string,
@@ -400,6 +398,20 @@ const providers: Array<ServiceProvider> = [
400398
and transactional and pre-litigation matters. Our firm is located in Washington, D.C. with attorneys licensed to practice law in DC, CA, FL, MA, \
401399
NY, NJ, and Puerto Rico.",
402400
},
401+
{
402+
id: 51,
403+
cat: 1,
404+
title: 'DWF',
405+
logo: '/providers/legal/dwf.png',
406+
background: '/providers/legal/bg/img-dwf.png',
407+
desc:
408+
'DWF is a multinational full service law firm ranked as the 10th overall most innovative law firm in the 2017 Financial Times Most \
409+
Innovative Lawyers Report. With crypto-asset expertise across all continents and an especially strong group in Berlin, we are able \
410+
to serve our clients wherever they are based or want to do business. We advise numerous national and international clients, both \
411+
established and start-up companies, on all matters related to blockchain business models and token offerings. Our services include \
412+
structuring and implementing token offerings, coordinating with financial regulators with respect to license requirements and \
413+
capital market information, as well as assistance in meeting KYC requirements and rendering legal opinions on token classifications.',
414+
},
403415

404416
// KYC/AML
405417
{

0 commit comments

Comments
 (0)