forked from DefiLlama/dimension-adapters
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request DefiLlama#1299 from DefiLlama/users-other-projects
users: eigenlayer test
- Loading branch information
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import chains from "./chains" | ||
import routers from "./routers/uniswap-v2" | ||
import routers from "./routers/index" | ||
import protocolAddresses from "./routers/routerAddresses"; | ||
import compoundV2, {addresses as compoundAddresses} from "./compound-v2"; | ||
import { ExtraProtocolAddresses } from "./utils/types"; | ||
|
||
export default routers.concat(chains as any[]).concat(compoundV2 as any[]) | ||
|
||
export const addressList = (protocolAddresses as ExtraProtocolAddresses[]).concat(compoundAddresses) | ||
export const addressList = (protocolAddresses as ExtraProtocolAddresses[]).concat(compoundAddresses) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters