Skip to content

Commit d3f601e

Browse files
authored
Merge pull request #2170 from GloopFinance/master
Add Gloop Lending Protocol Yield Adapter
2 parents 8e4274e + 7424c1a commit d3f601e

File tree

12 files changed

+5276
-0
lines changed

12 files changed

+5276
-0
lines changed

src/adaptors/gloop/Constants.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
module.exports = {
2+
ADDRESSES: {
3+
USDC: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
4+
GLOOP: '0x4d48d503ed04d50418C9aBF163b1168FF834E47c',
5+
GMI: '0xAad4187a81689AF72d91966c8119756E425cD7CF',
6+
RECEIVED_TOKEN: '0xFe81b0866a8fBBd7c00f5AaB84E4e531eA7591c2', // USDC receipt token
7+
LENDING_POOL: '0x9BE2e5739B1a6A175d36Ce043f44E66965a433EB',
8+
ORACLE: '0x277e3531d2b697E572E8b4Aa363571836ecA55be',
9+
GM_INCENTIVES: '0x5B28fde611Ed40FFf4d933971fdF975dC6191f9f',
10+
INTEREST_RATE_MODEL: '0x991c54E99a4612d90AA21d675C89a1752Da7c233',
11+
GLOOP_GMI_V3_POOL: '0x84ef1190ba2be3fadded470642520b7f8948aded',
12+
},
13+
CHAIN: 'arbitrum',
14+
SECONDS_PER_YEAR: 31557600, // 365.25 * 24 * 60 * 60,
15+
};

0 commit comments

Comments
 (0)