Skip to content

Commit

Permalink
Merge pull request #27 from curvefi/feat/add-USDM-to-PEG_KEEPERS
Browse files Browse the repository at this point in the history
feat: add USDM to PEG_KEEPERS
  • Loading branch information
fedorovdg authored Oct 23, 2024
2 parents d5a0fe6 + b73ce73 commit a2ae0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curvefi/stablecoin-api",
"version": "1.5.6",
"version": "1.5.7",
"description": "JavaScript library for Curve Stablecoin",
"main": "lib/index.js",
"author": "Macket",
Expand Down
1 change: 1 addition & 0 deletions src/crvusd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Crvusd implements Icrvusd {
'0xfb726f57d251ab5c731e5c64ed4f5f94351ef9f3'.toLowerCase(),
'0x3fa20eaa107de08b38a8734063d605d5842fe09c'.toLowerCase(),
'0x0a05ff644878b908ef8eb29542aa88c07d9797d3'.toLowerCase(),
'0x503E1Bf274e7a6c64152395aE8eB57ec391F91F8'.toLowerCase(),
],
WETH: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2".toLowerCase(),
};
Expand Down

0 comments on commit a2ae0b4

Please sign in to comment.