Skip to content

Commit 4533a39

Browse files
author
Fahd
committed
Merge remote-tracking branch 'origin/develop' into feature/general-permission
2 parents 7422350 + d3d5671 commit 4533a39

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

19.3 KB
Loading
26.4 KB
Loading

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,18 @@ const providers: Array<ServiceProvider> = [
644644
'Formosa Financial provides an integrated treasury management solution with insured multi-sig custody \
645645
and crypto-to-fiat brokerage services.',
646646
},
647+
{
648+
id: 50,
649+
cat: 4,
650+
title: 'Multis',
651+
logo: '/providers/custody/multis.png',
652+
background: '/providers/custody/bg/img-multis.png',
653+
desc:
654+
'Multis is a self-custodial wallet designed to access, manage and use crypto assets as a company. \
655+
From a user-friendly interface, issuers and investors can store and handle multi-access to assets, \
656+
trade them and earn interest on idle treasury. Multis also enables issuers to manage conveniently \
657+
governance around their self-custodied assets.',
658+
},
647659

648660
// TOKEN SALE PLATFORMS
649661
{

packages/polymath-offchain/src/utils/emails.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ export const sendEmail = async (
4242
from: { email: 'noreply@polymath.network', name: 'Polymath Network' },
4343
replyTo,
4444
to: { email, name },
45-
// @FIXME remon-nashid: requests to SendGrid fail when cc and receiver addresses are the same.
46-
// hardcoding CC email to my email to save the day.
47-
cc: 'remon@polymath.network',
4845
subject,
4946
html: body,
5047
};

0 commit comments

Comments
 (0)