Skip to content

Commit

Permalink
Merge pull request #299 from 00labs/add-scroll-receivable-owner
Browse files Browse the repository at this point in the history
Add scroll receivable owner
  • Loading branch information
mliu authored Sep 8, 2024
2 parents bf9d9fc + a8164c0 commit 509780d
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 509780d

Please sign in to comment.