Skip to content

Commit

Permalink
feat: add sepolia core pool comptroller
Browse files Browse the repository at this point in the history
  • Loading branch information
gleiser-oliveira committed Dec 4, 2023
1 parent 6b97339 commit d648578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/contracts/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export const contracts: ContractConfig[] = [
address: {
[ChainId.BSC_TESTNET]: venusProtocolBscTestnetDeployments.addresses.Unitroller,
[ChainId.BSC_MAINNET]: venusProtocolBscMainnetDeployments.addresses.Unitroller,
[ChainId.SEPOLIA]: isolatedPoolsSepoliaDeployments.addresses.Comptroller_Core,
},
},
{
Expand Down

0 comments on commit d648578

Please sign in to comment.