-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daf2965
commit db4abd9
Showing
6 changed files
with
153 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { ChainEnum } from '../../utils/chain' | ||
import { POOL_NAME, POOL_TYPE } from '../../utils/pool' | ||
import { FirstLossCoverIndex } from '../types' | ||
import { PoolsInfoV2 } from '../utils' | ||
import { KYC_PROVIDER, PoolsInfoV2 } from '../utils' | ||
|
||
export const HUMA_TESTNET_METADATA: PoolsInfoV2 = { | ||
JiaV2: { | ||
|
@@ -27,7 +27,35 @@ export const HUMA_TESTNET_METADATA: PoolsInfoV2 = { | |
juniorAPY: '10-20%', | ||
title: 'Jia V2 Testing Pool', | ||
desc: 'Jia brings real-world asset returns to crypto investors while tackling the multi-trillion-dollar credit gap in emerging markets. By providing blockchain-based financing to small businesses and rewarding borrowers who repay with ownership, Jia enables them to create wealth and prosperity for themselves and their communities.', | ||
supplyLink: 'https://app.huma.finance', | ||
KYC: { | ||
provider: KYC_PROVIDER.Securitize, | ||
signInRequired: { | ||
title: 'Sign In', | ||
description: | ||
'Please sign in to verify that you are the owner of the wallet.', | ||
}, | ||
verifyIdentity: { | ||
title: 'Verify Identity', | ||
description: `This pool is only available to accredited investors at the moment, with minimum investments of $10,000. Please complete identity verification and investor accreditation via ${KYC_PROVIDER.Securitize}.`, | ||
buttonText: 'VERIFY MY IDENTITY', | ||
}, | ||
emailSignatureLink: { | ||
title: 'Pool Documents', | ||
description: `By lending to this pool, you become a subscriber member of the Jia Pioneer Fund LLC. Please sign the LLC Agreement via DocuSign, securing your off-chain claim to the Fund's returns and collateral.`, | ||
buttonText: 'EMAIL DOCUSIGN LINK', | ||
}, | ||
resendSignatureLink: { | ||
title: 'Resend Documents', | ||
description: `Please check your inbox for the LLC Agreement sent via DocuSign. If you haven't received it, check your spam folder or click below to resend.`, | ||
buttonText: 'RESEND DOCUSIGN LINK', | ||
}, | ||
docUnderReview: { | ||
title: 'Under Review', | ||
description: | ||
'Your documents are being reviewed and you will be notified upon approval. Thank you for your patience. Any questions? Email [email protected].', | ||
buttonText: 'THANK YOU', | ||
}, | ||
}, | ||
}, | ||
ArfCreditPoolV2: { | ||
chainId: ChainEnum.HumaTestnet, | ||
|
@@ -52,6 +80,6 @@ export const HUMA_TESTNET_METADATA: PoolsInfoV2 = { | |
juniorAPY: '10-20%', | ||
title: 'Arf V2 Testing Pool', | ||
desc: 'Arf provides an innovative on-chain liquidity solution that simplifies cross-border payments by facilitating immediate USDC-based settlements and tokenizing payment orders, enhancing transparency in the process.', | ||
supplyLink: 'https://app.huma.finance', | ||
supplyLink: 'https://uer4clyybno.typeform.com/arfcreditline', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { ChainEnum } from '../../utils/chain' | ||
import { POOL_NAME, POOL_TYPE } from '../../utils/pool' | ||
import { FirstLossCoverIndex } from '../types' | ||
import { PoolsInfoV2 } from '../utils' | ||
import { KYC_PROVIDER, PoolsInfoV2 } from '../utils' | ||
|
||
export const LOCALHOST_METADATA: PoolsInfoV2 = { | ||
JiaV2: { | ||
|
@@ -27,7 +27,35 @@ export const LOCALHOST_METADATA: PoolsInfoV2 = { | |
juniorAPY: '10-20%', | ||
title: 'Jia V2 Testing Pool', | ||
desc: 'Jia brings real-world asset returns to crypto investors while tackling the multi-trillion-dollar credit gap in emerging markets. By providing blockchain-based financing to small businesses and rewarding borrowers who repay with ownership, Jia enables them to create wealth and prosperity for themselves and their communities.', | ||
supplyLink: 'https://app.huma.finance', | ||
KYC: { | ||
provider: KYC_PROVIDER.Securitize, | ||
signInRequired: { | ||
title: 'Sign In', | ||
description: | ||
'Please sign in to verify that you are the owner of the wallet.', | ||
}, | ||
verifyIdentity: { | ||
title: 'Verify Identity', | ||
description: `This pool is only available to accredited investors at the moment, with minimum investments of $10,000. Please complete identity verification and investor accreditation via ${KYC_PROVIDER.Securitize}.`, | ||
buttonText: 'VERIFY MY IDENTITY', | ||
}, | ||
emailSignatureLink: { | ||
title: 'Pool Documents', | ||
description: `By lending to this pool, you become a subscriber member of the Jia Pioneer Fund LLC. Please sign the LLC Agreement via DocuSign, securing your off-chain claim to the Fund's returns and collateral.`, | ||
buttonText: 'EMAIL DOCUSIGN LINK', | ||
}, | ||
resendSignatureLink: { | ||
title: 'Resend Documents', | ||
description: `Please check your inbox for the LLC Agreement sent via DocuSign. If you haven't received it, check your spam folder or click below to resend.`, | ||
buttonText: 'RESEND DOCUSIGN LINK', | ||
}, | ||
docUnderReview: { | ||
title: 'Under Review', | ||
description: | ||
'Your documents are being reviewed and you will be notified upon approval. Thank you for your patience. Any questions? Email [email protected].', | ||
buttonText: 'THANK YOU', | ||
}, | ||
}, | ||
}, | ||
ArfCreditPoolV2: { | ||
chainId: ChainEnum.Localhost, | ||
|
@@ -52,6 +80,6 @@ export const LOCALHOST_METADATA: PoolsInfoV2 = { | |
juniorAPY: '10-20%', | ||
title: 'Arf V2 Testing Pool', | ||
desc: 'Arf provides an innovative on-chain liquidity solution that simplifies cross-border payments by facilitating immediate USDC-based settlements and tokenizing payment orders, enhancing transparency in the process.', | ||
supplyLink: 'https://app.huma.finance', | ||
supplyLink: 'https://uer4clyybno.typeform.com/arfcreditline', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { ChainEnum } from '../../utils/chain' | ||
import { POOL_NAME, POOL_TYPE } from '../../utils/pool' | ||
import { FirstLossCoverIndex } from '../types' | ||
import { PoolsInfoV2 } from '../utils' | ||
import { KYC_PROVIDER, PoolsInfoV2 } from '../utils' | ||
|
||
export const MUMBAI_METADATA: PoolsInfoV2 = { | ||
JiaV2: { | ||
|
@@ -27,7 +27,35 @@ export const MUMBAI_METADATA: PoolsInfoV2 = { | |
juniorAPY: '10-20%', | ||
title: 'Jia V2 Testing Pool', | ||
desc: 'Jia brings real-world asset returns to crypto investors while tackling the multi-trillion-dollar credit gap in emerging markets. By providing blockchain-based financing to small businesses and rewarding borrowers who repay with ownership, Jia enables them to create wealth and prosperity for themselves and their communities.', | ||
supplyLink: 'https://app.huma.finance', | ||
KYC: { | ||
provider: KYC_PROVIDER.Securitize, | ||
signInRequired: { | ||
title: 'Sign In', | ||
description: | ||
'Please sign in to verify that you are the owner of the wallet.', | ||
}, | ||
verifyIdentity: { | ||
title: 'Verify Identity', | ||
description: `This pool is only available to accredited investors at the moment, with minimum investments of $10,000. Please complete identity verification and investor accreditation via ${KYC_PROVIDER.Securitize}.`, | ||
buttonText: 'VERIFY MY IDENTITY', | ||
}, | ||
emailSignatureLink: { | ||
title: 'Pool Documents', | ||
description: `By lending to this pool, you become a subscriber member of the Jia Pioneer Fund LLC. Please sign the LLC Agreement via DocuSign, securing your off-chain claim to the Fund's returns and collateral.`, | ||
buttonText: 'EMAIL DOCUSIGN LINK', | ||
}, | ||
resendSignatureLink: { | ||
title: 'Resend Documents', | ||
description: `Please check your inbox for the LLC Agreement sent via DocuSign. If you haven't received it, check your spam folder or click below to resend.`, | ||
buttonText: 'RESEND DOCUSIGN LINK', | ||
}, | ||
docUnderReview: { | ||
title: 'Under Review', | ||
description: | ||
'Your documents are being reviewed and you will be notified upon approval. Thank you for your patience. Any questions? Email [email protected].', | ||
buttonText: 'THANK YOU', | ||
}, | ||
}, | ||
}, | ||
ArfCreditPoolV2: { | ||
chainId: ChainEnum.Mumbai, | ||
|
@@ -52,6 +80,6 @@ export const MUMBAI_METADATA: PoolsInfoV2 = { | |
juniorAPY: '10-20%', | ||
title: 'Arf V2 Testing Pool', | ||
desc: 'Arf provides an innovative on-chain liquidity solution that simplifies cross-border payments by facilitating immediate USDC-based settlements and tokenizing payment orders, enhancing transparency in the process.', | ||
supplyLink: 'https://app.huma.finance', | ||
supplyLink: 'https://uer4clyybno.typeform.com/arfcreditline', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters