Skip to content

Commit

Permalink
feat: DLLR lend pool mainnet contract address for SOV-2160
Browse files Browse the repository at this point in the history
  • Loading branch information
soulBit committed Apr 13, 2023
1 parent 70e6ccf commit 2426cdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/utils/blockchain/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,9 @@ export const contracts = {
address: '0xc1411567d2670e24d9C4DaAa7CdA95686e1250AA',
abi: erc20TokenAbi,
},
DLLR_lending: {
address: '0x077FCB01cAb070a30bC14b44559C96F529eE017F',
abi: LoanTokenLogicStandard,
blockNumber: 5212289,
},
};

0 comments on commit 2426cdb

Please sign in to comment.