Skip to content

Commit f1ea343

Browse files
authored
Merge pull request #2180 from neelra8n/master
saga chain added
2 parents ea67b51 + 711182f commit f1ea343

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/adaptors/yieldfi/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const YUSD_CONTRACTS = {
2626
tac: "0x4772D2e014F9fC3a820C444e3313968e9a5C8121",
2727
linea: "0x4e559dBCCbe87De66c6a9F3f25231096F24c2e28",
2828
plasma: "0x4772D2e014F9fC3a820C444e3313968e9a5C8121",
29+
saga: "0x839e7e610108Cf3DCc9b40329db33b6E6bc9baCE",
2930
};
3031

3132
const VYUSD_CONTRACTS = {
@@ -46,7 +47,8 @@ const VYUSD_CONTRACTS = {
4647
const YETH_CONTRACTS = {
4748
ethereum: "0x8464F6eCAe1EA58EC816C13f964030eAb8Ec123A",
4849
arbitrum: "0x1F52Edf2815BfA625890B61d6bf43dDC24671Fe8",
49-
base: "0x1F52Edf2815BfA625890B61d6bf43dDC24671Fe8"
50+
base: "0x1F52Edf2815BfA625890B61d6bf43dDC24671Fe8",
51+
saga: "0xA6F89de43315B444114258f6E6700765D08bcd56",
5052
};
5153

5254
const VYETH_CONTRACTS = {

0 commit comments

Comments
 (0)