Skip to content

Commit

Permalink
Add roam pool
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu committed Jan 8, 2025
1 parent 41d8857 commit daa18d3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/huma-shared/src/stellar/metadata/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,26 @@ export const STELLAR_MAINNET_METADATA: StellarPoolsInfo = {
borrower: 'GBQ4MIGKASCJG4GNEOQ3G6Z6YDUXCAKYARB3MNJ7QOF54MNMYW7HP62V',
},
},
Roam: {
title: 'Roam - DePIN Financing',
poolName: POOL_NAME.Roam,
poolType: POOL_TYPE.CreditLine,
chainId: StellarChainEnum.StellarMainnet,
industry: 'DePIN',
desc: 'Roam Network is a pioneering platform that leverages Decentralized Physical Infrastructure Networks (DePIN) to transform mobile network interactions into valuable rewards.',
poolStorage: 'CAB53KIRFB6S5AB73NCCLKM5XMYTKD75RL3FGVG5ZKDUQBGVUIK4ZRDC',
pool: 'CCCWIFYK57JQJ7PUE5OCH7KIG4LJECSAUL6VCOB3RYTH3G7LK5XWUPLV',
poolManager: 'CAA5V7EUL54JWLZMM5ZW4UMNFFWIEQAB74QZ7BFPDS4TU3YGURNB7X3O',
poolCredit: 'CDLV3BYERCMZ6GA2K7N737SSS7OCOMDG4YQOK3L7ECBQF3QSYWJ64KPU',
creditManager: 'CBOBDST2PFMLN6CP6KP3TA67NV7AM3AURTUQ2UFCO6QTUGNAQKSIWYKE',
creditStorage: 'CDVTUZZPATZD236WX3RQF57WWBGU74OMEUXJZQ3LTT6H5SCZVFTFV3ZD',
juniorTranche: 'CBT55AVA4MM5DLYJA7KW23GQY64KGOTQF5ELEY7CMYJ6TDQ43QMPEF7B',
trancheDecimals: 6,
underlyingToken: {
address: 'CCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75',
symbol: 'USDC',
decimals: 7,
icon: 'USDC',
},
},
}
1 change: 1 addition & 0 deletions packages/huma-shared/src/v2/utils/pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export type IndustryType =
| 'Green Financing'
| 'Invoice Factoring'
| 'None'
| 'DePIN'

export type KYCCopy = {
title: string
Expand Down

0 comments on commit daa18d3

Please sign in to comment.