Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove multichain adapters #562

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/aave/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,5 +559,5 @@ module.exports = {
rates,
term: "1 block",
variability: "medium",
chain: 'Multichain,Ethereum-Polygon'
// chain: 'Multichain,Ethereum-Polygon'
};
4 changes: 2 additions & 2 deletions projects/barnbridge/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async function tvl(timestamp, ethBlock) {
saGetQueuedJuniorsUnderlyingIn(chain, poolAddress, block),
saGetQueuedSeniorsUnderlyingIn(chain, poolAddress, block),
]);

const underlyingTotal = epochBalance
.plus(queuedJuniorsUnderlyingIn)
.plus(queuedSeniorsUnderlyingIn);
Expand All @@ -213,7 +213,7 @@ module.exports = {
website: 'https://app.barnbridge.com',
token: 'BOND',
category: 'Derivatives',
chain: 'ethereum',
//chain: 'Multichain,Ethereum-Polygon',
start: 1615664559, // Mar-24-2021 02:17:40 PM +UTC,
tvl,
};
2 changes: 1 addition & 1 deletion projects/mstable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ module.exports = {
name: 'mStable',
category: 'Assets',
token: 'MTA',
chain: 'Multichain,Ethereum-Polygon',
//chain: 'Multichain,Ethereum-Polygon',
start: 1590624000, // May-28-2020 00:00:00
tvl,
};
2 changes: 1 addition & 1 deletion projects/opium/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
name: 'Opium Network',
token: null,
category: 'Derivatives',
chain: 'Multichain,Ethereum-Polygon',
//chain: 'Multichain,Ethereum-Polygon',
start: 1579601633, // 2020-01-21T10:13:53+00:00
tvl,
};
2 changes: 1 addition & 1 deletion v2/projects/cvi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
website: "https://cvi.finance/",
token: "GOVI",
category: "Derivatives",
chain: 'Multichain,Ethereum-Polygon',
// chain: 'Multichain,Ethereum-Polygon',
start: 1611073144,
/* required for fetching token balances */
tokenHolderMap: [
Expand Down