Skip to content

Commit

Permalink
Merge pull request #30 from 00labs/roam
Browse files Browse the repository at this point in the history
Roam pool
  • Loading branch information
mliu authored Oct 9, 2024
2 parents 654d491 + 3db87e8 commit f7d8462
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions packages/sdk/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export enum StellarPublicRpcUrl {

export enum POOL_NAME {
Arf = 'Arf',
Roam = 'Roam',
}

export enum POOL_TYPE {
Expand Down Expand Up @@ -120,6 +121,30 @@ export const NetworkMetadatas: NetworkMetadata[] = [
},
borrowers: ['GBK62KZMUVEKLGGB3UYCRUP2BVDUE6UEZWUHPUNJ54BKFDTW4CNSF6O7'],
},
{
poolName: POOL_NAME.Roam,
poolType: POOL_TYPE.Creditline,
contracts: {
humaConfig:
'CDX6NBJ3OV4TWRCZK4DFBHDHE37UUDS66PPGNIPBGUI56D254EKVFETX',
poolStorage:
'CBA35JCIXFRAEPRVD3JAQ5WLC7SYZP3RABUKJ52LU5EI2YQ6CDNIAQZF',
pool: 'CBAJF4BORH2YLIZH4QQSBGDD62VVUKVTNESXRV7KVXTSQ2X4WWP2M3NC',
poolManager:
'CDLLMPQMNIT7HE2Q6PGVSWYKAE7FLUHVM4QYV7D4ISLT3GD4XZDVSBXV',
poolCredit:
'CDPYWOCBSXC3W6BYRKO645OQLJNDDZ2EDSZ2Y547BL4LHMSRU7FUVTVG',
creditManager:
'CBEH5SKVKC6GXP5FQLAUFX43GAFRXZDOHDUQW3CRFD5BQVH7L6YSBP4V',
creditStorage:
'CADDOLDFYN6Y2DXNYMX2ILVLPLU5W7MAQ7GBOOYWJ6JCH4DGHLUH2FB3',
juniorTranche:
'CB6K4IUC3CJHIWVHHLBDTGXVS6CT64EKGD5CGBIDNMSAKVZHCWQ3LM2D',
underlyingToken:
'CBIELTK6YBZJU5UP2WWQEUCYKLPU6AUNZ2BQ4WWFEIE3USCIHMXQDAMA',
},
borrowers: [], // TODO: Replace with Roam
},
],
},
{
Expand Down

0 comments on commit f7d8462

Please sign in to comment.