Skip to content

Commit

Permalink
dei
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x committed Jul 7, 2023
1 parent 10373cc commit 0b5df9d
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 0b5df9d

Please sign in to comment.