Skip to content

Commit b57488a

Browse files
authored
Merge pull request #640 from PolymathNetwork/develop
Release
2 parents 1a17880 + 8b7cd27 commit b57488a

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

262 KB
Loading
17.9 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class ApplyModal extends Component<Props> {
2929
<Modal.Header>{'Apply to ' + catName + ' Providers'}</Modal.Header>
3030
<h4 className="pui-h4">
3131
The information you enter below will be sent to the {catName}{' '}
32-
Providers your selected.
32+
Providers you selected.
3333
</h4>
3434
<br />
3535
<br />

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)