Skip to content

Commit

Permalink
Add arf label
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu committed Apr 4, 2024
1 parent 507d8a7 commit 2305c49
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions packages/huma-shared/src/v2/metadata/celo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const CELO_METADATA: PoolsInfoV2 = {
ArfCreditPoolV2: {
chainId: ChainEnum.Celo,
poolVersion: 'v2',
industry: 'Remittance Financing',
poolName: POOL_NAME.ArfCreditPoolV2,
poolType: POOL_TYPE.ReceivableBackedCreditLine,
pool: '0x23be37d5AAb59101B9BB31A96D1bF5D7112250f7',
Expand Down
40 changes: 20 additions & 20 deletions packages/huma-shared/src/v2/metadata/localhost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ export const LOCALHOST_METADATA: PoolsInfoV2 = {
poolVersion: 'v2',
poolName: POOL_NAME.JiaV2,
poolType: POOL_TYPE.CreditLine,
pool: '0x3d38068977323BD88F5e8F853536f19a096EB29F',
poolConfig: '0xf1f0bE0Ba6b279d3Ee5198A949A17c01BF0B79Af',
poolCredit: '0x1982f6c096A58ADef57F43e6c18aC4aF6D6e5d33',
poolCreditManager: '0xa64b13dEfBba5EfE149B16FfCbD0a8138A172C1e',
poolSafe: '0x3b507540C6f7FaA32FB52C93ae9989DC5eDDC13f',
seniorTrancheVault: '0x64B2a42C1f69F35bCB4abAbadfAC8b681D15Cd70',
juniorTrancheVault: '0x848C97580F8C5f9E194CBf5E70463417c5c70CcF',
epochManager: '0x3Abf059E221d82c290aCa12B6DE3fdF4d64b5f5E',
pool: '0xc6e7DF5E7b4f2A278906862b61205850344D4e7d',
poolConfig: '0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6',
poolCredit: '0x67d269191c92Caf3cD7723F116c85e6E9bf55933',
poolCreditManager: '0xc3e53F4d16Ae77Db1c982e75a937B9f60FE63690',
poolSafe: '0xA51c1fc2f0D1a1b8494Ed1FE312d7C3a78Ed91C0',
seniorTrancheVault: '0xa85233C63b9Ee964Add6F2cffe00Fd84eb32338f',
juniorTrancheVault: '0x7a2088a1bFc9d81c55368AE168C2C02570cB814F',
epochManager: '0x4ed7c70F96B99c776995fB64377f0d4aB3B0e1C1',
firstLossCovers: {
[FirstLossCoverIndex.borrower]:
'0x64e605642C1343f5d9D7151fC7a54dED81145741',
[FirstLossCoverIndex.admin]: '0xAb5d17DEa5D7CE84aEcCa3Db8feBFdb3786c188f',
'0x9A676e781A523b5d0C0e43731313A708CB607508',
[FirstLossCoverIndex.admin]: '0x959922bE3CAee4b8Cd9a407cc3ac1C251C2007B1',
},
seniorAPY: '10-20%',
juniorAPY: '10-20%',
Expand Down Expand Up @@ -61,18 +61,18 @@ export const LOCALHOST_METADATA: PoolsInfoV2 = {
poolVersion: 'v2',
poolName: POOL_NAME.ArfCreditPoolV2,
poolType: POOL_TYPE.ReceivableBackedCreditLine,
pool: '0xa3275668ebDad74bC1eCEd227410BF3d62414Ccc',
poolConfig: '0xE98558FE861880631a30Aa54A9EDc2e0f26d980F',
poolCredit: '0x6F7F2b9f69992572a67847b9a489d534A5C64681',
poolCreditManager: '0x0BD888937c8965CcC18AD9a9bB6A8433315FE56D',
poolSafe: '0x25FF0E3c04834B51442E38E349B11DC5902d28C0',
seniorTrancheVault: '0xBBd6abFb659974300BEe318C3c2C69c268d3788b',
juniorTrancheVault: '0xa53Fd5659Fb9Ef172CAd7301459656b0eadb8ff7',
epochManager: '0x3c2e19A2AdEc4344dD91425cc91288336F0DD961',
pool: '0x4EE6eCAD1c2Dae9f525404De8555724e3c35d07B',
poolConfig: '0x4C4a2f8c81640e47606d3fd77B353E87Ba015584',
poolCredit: '0x4C2F7092C2aE51D986bEFEe378e50BD4dB99C901',
poolCreditManager: '0x49fd2BE640DB2910c2fAb69bB8531Ab6E76127ff',
poolSafe: '0xDC11f7E700A4c898AE5CAddB1082cFfa76512aDD',
seniorTrancheVault: '0xfbC22278A96299D91d41C453234d97b4F5Eb9B2d',
juniorTrancheVault: '0xC9a43158891282A2B1475592D5719c001986Aaec',
epochManager: '0xD84379CEae14AA33C123Af12424A37803F885889',
firstLossCovers: {
[FirstLossCoverIndex.borrower]:
'0x3011866c9feC8476622c7aeDb55a0fEB60955356',
[FirstLossCoverIndex.admin]: '0x3Be5057A36a04710dE059e3407f9b7F10a3E17Cc',
'0x36b58F5C1969B7b6591D752ea6F5486D069010AB',
[FirstLossCoverIndex.admin]: '0x0355B7B8cb128fA5692729Ab3AAa199C1753f726',
},
seniorAPY: '10-20%',
juniorAPY: '10-20%',
Expand Down

0 comments on commit 2305c49

Please sign in to comment.