damm-sdk 1.3.6 → 1.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +23730 -31404
- package/dist/index.cjs.map +55 -119
- package/dist/index.js +8 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
- package/src/lib/contractsRegistry.json +7 -1
package/package.json
CHANGED
|
@@ -502,7 +502,8 @@
|
|
|
502
502
|
"cvx": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
|
|
503
503
|
"crv": "0xD533a949740bb3306d119CC777fa900bA034cd52",
|
|
504
504
|
"ausd": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
505
|
-
"pendle": "0x808507121B80c02388FAd14726482e061B8da827"
|
|
505
|
+
"pendle": "0x808507121B80c02388FAd14726482e061B8da827",
|
|
506
|
+
"usdg": "0xe343167631d89B6Ffc58B88d6b7fB0228795491D"
|
|
506
507
|
},
|
|
507
508
|
"morpho": {
|
|
508
509
|
"morphoBlue": "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb",
|
|
@@ -585,6 +586,11 @@
|
|
|
585
586
|
},
|
|
586
587
|
"iporFusion": {
|
|
587
588
|
"vault": "0x604117f0c94561231060f56cd2ddd16245d434c5"
|
|
589
|
+
},
|
|
590
|
+
"pendle": {
|
|
591
|
+
"routerV4": "0x888888888889758f76e7103c6cbf23abbf58f946",
|
|
592
|
+
"routerV4ActionMisc": "0x373Dba2055Ad40cb4815148bC47cd1DC16e92E44",
|
|
593
|
+
"merkleDistributor": "0x33305665f69b4642d1275f4ce81c23651674d21c"
|
|
588
594
|
}
|
|
589
595
|
},
|
|
590
596
|
"unichain": {
|