Skip to content

Commit

Permalink
Merge pull request DefiLlama#3653 from DefiLlama/phux
Browse files Browse the repository at this point in the history
Phux
  • Loading branch information
waynebruce0x authored Jul 7, 2023
2 parents 6403bcf + 0b5df9d commit 2fcea6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion coins/src/adapters/other/distressedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const contracts: { [chain: string]: { [token: string]: string } } = {
},
avax: {
DUEL: "0xc1a49c0B9C10F35850bd8E15EaeF0346BE63E002",
ApeU: "0x6b0d2a3c37d551963275bB104F045F6a68AB6374"
ApeU: "0x6b0d2a3c37d551963275bB104F045F6a68AB6374",
},
oasis: {
// https://www.chainabuse.com/report/3ac26ddd-6ea5-438d-b0ff-dbe4508c641c?d=https%3A%2F%2Fbridge.evodefi.com%2F
Expand All @@ -77,6 +77,7 @@ export const contracts: { [chain: string]: { [token: string]: string } } = {
},
fantom: {
CoUSD: "0x0DeF844ED26409C5C46dda124ec28fb064D90D27",
DEI: "0x91f7120898b4be26cC1e84F421e76725c07d1361",
},
};

Expand Down
9 changes: 7 additions & 2 deletions coins/src/adapters/yield/pendle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ const config: { [chain: string]: any } = {
ethereum: {
factory: "0x27b1dacd74688af24a64bd3c9c1b143118740784",
fromBlock: 16032059,
toAsset: "0xa4dbd79ad8a4befbbef799ed772ce3c58b5238d7",
toAsset: "0x263833d47eA3fA4a30f269323aba6a107f9eB14C",
},
arbitrum: {
factory: "0xf5a7de2d276dbda3eef1b62a9e718eff4d29ddc8",
fromBlock: 62979673,
toAsset: "0x6131CA76529250679cF9e2A3b07b135f20aAb01A",
toAsset: "0xAdB09F65bd90d19e3148D9ccb693F3161C6DB3E8",
},
bsc: {
factory: "0x2bEa6BfD8fbFF45aA2a893EB3B6d85D10EFcC70E",
fromBlock: 29484286,
toAsset: "0x2700ADB035F82a11899ce1D3f1BF8451c296eABb",
},
};

Expand Down

0 comments on commit 2fcea6b

Please sign in to comment.