Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support v2 receivable #186

Merged
merged 1 commit into from
Apr 9, 2024
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
3 changes: 3 additions & 0 deletions packages/huma-shared/src/v2/metadata/celo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ export const CELO_METADATA: PoolsInfoV2 = {
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://uer4clyybno.typeform.com/arfcreditline',
redirect: REDIRECTS.Arf,
extra: {
rwrUploader: '0x39eacecfae2a174dacd10d10bbd09a6dd2541c18',
},
},
}
2 changes: 2 additions & 0 deletions packages/huma-shared/src/v2/utils/pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ export type PoolInfoV2 = {
isClosed?: boolean
extra?: {
hidden?: boolean
borrower?: string // For single borrower pools
rwrUploader?: string // For single borrower pools where receivables are uploaded by a different wallet
}
redirect?: REDIRECTS
}
Expand Down
Loading