Skip to content

Commit

Permalink
added the ironclad base deployment (#1663)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel_Dean <[email protected]>
  • Loading branch information
Deantoshi and Daniel-Dean-MIST authored Dec 20, 2024
1 parent 485b662 commit ecab4ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/adaptors/ironclad-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ const chains = {
SimplifiedProtocolDataReader: '0x78d5439da3201F44ce9A642DB95D798e9249952F',
rewardTokens: ['0x3b6ea0fa8a487c90007ce120a83920fd52b06f6d']
},
base: {
LendingPool: '0xB702cE183b4E1Faa574834715E5D4a6378D0eEd3',
ProtocolDataProvider: '0xed984A0E9c12Ee27602314191Fc4487A702bB83f',
url: 'base',
SimplifiedProtocolDataReader: '0x78d5439da3201F44ce9A642DB95D798e9249952F',
rewardTokens: ['0x3b6ea0fa8a487c90007ce120a83920fd52b06f6d']
}

};

const getApy = async () => {
Expand Down

0 comments on commit ecab4ec

Please sign in to comment.