Skip to content

Commit a2ae0b4

Browse files
authored
Merge pull request #27 from curvefi/feat/add-USDM-to-PEG_KEEPERS
feat: add USDM to PEG_KEEPERS
2 parents d5a0fe6 + b73ce73 commit a2ae0b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@curvefi/stablecoin-api",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "JavaScript library for Curve Stablecoin",
55
"main": "lib/index.js",
66
"author": "Macket",

src/crvusd.ts

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class Crvusd implements Icrvusd {
6262
'0xfb726f57d251ab5c731e5c64ed4f5f94351ef9f3'.toLowerCase(),
6363
'0x3fa20eaa107de08b38a8734063d605d5842fe09c'.toLowerCase(),
6464
'0x0a05ff644878b908ef8eb29542aa88c07d9797d3'.toLowerCase(),
65+
'0x503E1Bf274e7a6c64152395aE8eB57ec391F91F8'.toLowerCase(),
6566
],
6667
WETH: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2".toLowerCase(),
6768
};

0 commit comments

Comments
 (0)