Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/polymath-issuer/src/pages/providers/ApplyModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class ApplyModal extends Component<Props> {
<Modal.Header>{'Apply to ' + catName + ' Providers'}</Modal.Header>
<h4 className="pui-h4">
The information you enter below will be sent to the {catName}{' '}
Providers your selected.
Providers you selected.
</h4>
<br />
<br />
Expand Down
16 changes: 14 additions & 2 deletions packages/polymath-issuer/src/pages/providers/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @flow

export type SPStatus = {|
title: string,
message: string,
Expand Down Expand Up @@ -400,6 +398,20 @@ const providers: Array<ServiceProvider> = [
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, \
NY, NJ, and Puerto Rico.",
},
{
id: 51,
cat: 1,
title: 'DWF',
logo: '/providers/legal/dwf.png',
background: '/providers/legal/bg/img-dwf.png',
desc:
'DWF is a multinational full service law firm ranked as the 10th overall most innovative law firm in the 2017 Financial Times Most \
Innovative Lawyers Report. With crypto-asset expertise across all continents and an especially strong group in Berlin, we are able \
to serve our clients wherever they are based or want to do business. We advise numerous national and international clients, both \
established and start-up companies, on all matters related to blockchain business models and token offerings. Our services include \
structuring and implementing token offerings, coordinating with financial regulators with respect to license requirements and \
capital market information, as well as assistance in meeting KYC requirements and rendering legal opinions on token classifications.',
},

// KYC/AML
{
Expand Down