Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(coslend): Update comptroller address (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
coslendteam authored Jul 20, 2022
1 parent 2f8b2b0 commit c8edd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/coslend/evmos/coslend.supply.token-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class EvmosCoslendSupplyTokenFetcher implements PositionFetcher<AppTokenP
network,
appId,
groupId,
comptrollerAddress: '0x2c8b48dc777c26dc857e1040d8ef3bdd3b1ef499',
comptrollerAddress: '0x5b32B588Af5F99F4e5c4038dDE6BDD991024F650',
getComptrollerContract: ({ address, network }) =>
this.coslendContractFactory.coslendComptroller({ address, network }),
getTokenContract: ({ address, network }) => this.coslendContractFactory.coslendCToken({ address, network }),
Expand Down

0 comments on commit c8edd3e

Please sign in to comment.