Skip to content

Commit

Permalink
add base chain deployment (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCrumb authored Oct 24, 2024
1 parent f6ceba6 commit 60666ae
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/adaptors/gains-network/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ const chains = {
},
],
},
base: {
gns: '0xFB1Aaba03c31EA98A3eEC7591808AcB1947ee7Ac',
staking: '0x28efAa11199DAF45AA8fBf95f920e5bc090DCbF3',
vaults: [
{
symbol: 'USDC',
pool: '0xad20523A7dC37bAbc1CC74897E4977232b3D02e5',
underlying: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
},
],
},
};

const getApy = async () => {
Expand Down Expand Up @@ -112,5 +123,5 @@ const getApy = async () => {

module.exports = {
apy: getApy,
url: 'https://gainsnetwork.io/pools/',
url: 'https://gains.trade/vaults',
};

0 comments on commit 60666ae

Please sign in to comment.