We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea67b51 + 711182f commit f1ea343Copy full SHA for f1ea343
src/adaptors/yieldfi/index.js
@@ -26,6 +26,7 @@ const YUSD_CONTRACTS = {
26
tac: "0x4772D2e014F9fC3a820C444e3313968e9a5C8121",
27
linea: "0x4e559dBCCbe87De66c6a9F3f25231096F24c2e28",
28
plasma: "0x4772D2e014F9fC3a820C444e3313968e9a5C8121",
29
+ saga: "0x839e7e610108Cf3DCc9b40329db33b6E6bc9baCE",
30
};
31
32
const VYUSD_CONTRACTS = {
@@ -46,7 +47,8 @@ const VYUSD_CONTRACTS = {
46
47
const YETH_CONTRACTS = {
48
ethereum: "0x8464F6eCAe1EA58EC816C13f964030eAb8Ec123A",
49
arbitrum: "0x1F52Edf2815BfA625890B61d6bf43dDC24671Fe8",
- base: "0x1F52Edf2815BfA625890B61d6bf43dDC24671Fe8"
50
+ base: "0x1F52Edf2815BfA625890B61d6bf43dDC24671Fe8",
51
+ saga: "0xA6F89de43315B444114258f6E6700765D08bcd56",
52
53
54
const VYETH_CONTRACTS = {
0 commit comments