Skip to content

Commit

Permalink
Add scroll receivable owner
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu committed Sep 8, 2024
1 parent bf9d9fc commit a8164c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/huma-shared/src/v2/metadata/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export const SCROLL_METADATA: PoolsInfoV2 = {
KYC: {
Persona: ARF_PERSONA_KYC_COPY,
},
extra: {
borrower: '0x08534d9b632a7A35d7af4aAe5d487A15FC247691',
},
},
ArfCreditPool6Months: {
chainId: ChainEnum.Scroll,
Expand Down Expand Up @@ -71,5 +74,8 @@ export const SCROLL_METADATA: PoolsInfoV2 = {
KYC: {
Persona: ARF_PERSONA_KYC_COPY,
},
extra: {
borrower: '0x08534d9b632a7A35d7af4aAe5d487A15FC247691',
},
},
}

0 comments on commit a8164c0

Please sign in to comment.